Skip to content

Commit

Permalink
fixed artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Aug 16, 2024
1 parent 0bbce80 commit 06ef07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
curl \
-H 'Content-Type: application/json' \
-X POST http://api.artsdata.ca/databus/ \
--data '{ "artifact": "derived-grandtheatre-qc-ca",
--data '{ "artifact": "${{ env.ARTIFACT }}",
"comment": "Dump of ${{ env.ARTIFACT }} using Github workflows",
"publisher": "${{ env.PUBLISHER }}",
"group": "${{ env.GROUP }}",
Expand Down

0 comments on commit 06ef07c

Please sign in to comment.