Skip to content

Commit

Permalink
update generate dump action to commit v1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Apr 2, 2024
1 parent faf1458 commit 20e80c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ steps.commitdumpfile.outcome == 'success'}}
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: ${{ env.WORKING_DIR }}/v1/
file_pattern: ./ror-records-test/v1/
commit_message: Add generated v1 files
- name: Notify Slack
if: always()
Expand Down

0 comments on commit 20e80c0

Please sign in to comment.