Skip to content

Commit

Permalink
Adding auto-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Nov 7, 2023
1 parent b117a2b commit ef64498
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/generate-medias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,14 @@ jobs:
head media-generation.json
alias
xvfb-run /squashfs-root/AppRun -j media-generation.json
# index-files:
commit-changes:
runs-on: ubuntu-latest
- name: Commit the changes
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
add_timestamp: true
commit_prefix: "[AUTO]"
commit_message: "Commiting media files"
force: false
target_branch: main

0 comments on commit ef64498

Please sign in to comment.