Skip to content

Commit

Permalink
Fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Nov 7, 2023
1 parent adba4a5 commit b2db92d
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/generate-medias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ jobs:
head media-generation.json
alias
xvfb-run /squashfs-root/AppRun -j media-generation.json
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
- name: Commit and push 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 commit-changes:

0 comments on commit b2db92d

Please sign in to comment.