We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5077ff5 commit a384862Copy full SHA for a384862
.github/workflows/split_monorepo.yaml
@@ -25,7 +25,7 @@ jobs:
25
- [provider, go-feature-flag, GoFeatureFlag]
26
steps:
27
- name: checkout
28
- run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA"
+ run: git clone "$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY" "$GITHUB_WORKSPACE" && cd "$GITHUB_WORKSPACE" && git checkout "$GITHUB_SHA && pwd && ls -alh"
29
- name: push-hook-dd-trace
30
uses: tcarrio/git-filter-repo-docker-action@v1.1.0
31
with:
0 commit comments