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 141b791 commit 13bbec0Copy full SHA for 13bbec0
.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 && pwd && ls -alh"
+ 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