Skip to content

Commit 13bbec0

Browse files
committed
ci: fix closing str
1 parent 141b791 commit 13bbec0

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 && pwd && ls -alh"
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)