Skip to content

Commit

Permalink
Fix GH actions tagname format
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed May 8, 2024
1 parent 4630b04 commit e971025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: store_tagname
shell: bash
run: |
echo "tagname='PR-${{ github.event.pull_request.number }}-validation'" >> $GITHUB_OUTPUT
echo "tagname=PR-${{ github.event.pull_request.number }}-validation" >> $GITHUB_OUTPUT
pipeline-seq-retrieval-container-image-build:
name: pipeline/seq_retrieval container-image build
needs:
Expand Down

0 comments on commit e971025

Please sign in to comment.