Skip to content

Commit

Permalink
updated workflows to include filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Jan 4, 2024
1 parent 6fe7259 commit dfb3431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scenesfrancophones-artists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add "output/${{ github.event.inputs.file_name }}"
git add "output/artists.jsonld"
git commit -m "Add data generated by the script"
git push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scenesfrancophones-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add "output/${{ github.event.inputs.file_name }}"
git add "output/events.jsonld"
git commit -m "Add data generated by the script"
git push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scenesfrancophones-organizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add "output/${{ github.event.inputs.file_name }}"
git add "output/organizers.jsonld"
git commit -m "Add data generated by the script"
git push
Expand Down

0 comments on commit dfb3431

Please sign in to comment.