Skip to content

Commit

Permalink
Merge pull request #6 from projectsyn/fix/cleanup-pr-tag-action
Browse files Browse the repository at this point in the history
Fix typo in cleanup-pr-tag GitHub action
  • Loading branch information
simu authored Jul 26, 2024
2 parents 74eea3d + 71c5960 commit 2816a45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Delete closed PR container image tag

jobs:
cleanup-pr-tag:
uses: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Set image version for PR to branch name
run: echo "VERSION=${GITHUB_HEAD_REF//\//-}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 2816a45

Please sign in to comment.