Skip to content

Commit

Permalink
fix commiting to master branch from cron action
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed May 12, 2020
1 parent 3c1792c commit b0092bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
deploy-message: 'Deploy from GitHub Actions'
if: github.repository == 'NixOS/nixos-homepage'
- name: Commit flake.lock, blogs.xml and push to master branch
uses: github-actions-x/commit@v2.5
uses: github-actions-x/commit@v2.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
Expand Down

0 comments on commit b0092bb

Please sign in to comment.