Skip to content

Commit

Permalink
try to commit and push flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Apr 21, 2020
1 parent 20ea9d1 commit a382ce5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -30,3 +30,11 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy from GitHub Actions'
if: github.repository == 'NixOS/nixos-homepage'
- name: Commit flake.lock and push to master branch
uses: github-actions-x/commit@v2.5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'test'
commit-message: 'Update flake.lock [CI Skip]'
force-add: 'true'
files: flake.lock

0 comments on commit a382ce5

Please sign in to comment.