Skip to content

Commit

Permalink
ci: comply branch name with namespace requirements (RFC 1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Oct 1, 2023
1 parent 0c45f28 commit f4137b2
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 f4137b2

Please sign in to comment.