Skip to content

Commit a384862

Browse files
committed
chore: debug info postcheckout
1 parent 5077ff5 commit a384862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/split_monorepo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- [provider, go-feature-flag, GoFeatureFlag]
2626
steps:
2727
- name: checkout
28-
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA"
28+
run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA && pwd && ls -alh"
2929
- name: push-hook-dd-trace
3030
uses: tcarrio/git-filter-repo-docker-action@v1.1.0
3131
with:

0 commit comments

Comments
 (0)