Skip to content

Commit

Permalink
ci: fix replace / to -
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 1, 2023
1 parent f4137b2 commit b503c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ !(github.ref == 'refs/heads/master') }}
run: |
./argo-linux-amd64 lint templates/ -n argo
TEST_NAMESPACE=${GITHUB_REF_NAME// /-}
TEST_NAMESPACE=${GITHUB_REF_NAME////-}
echo $TEST_NAMESPACE
./argo-linux-amd64 lint workflows/ -n argo
Expand Down

0 comments on commit b503c4e

Please sign in to comment.