We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b0092bb commit c9d4314Copy full SHA for c9d4314
.github/workflows/main.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
push:
5
branches:
6
- - master
+ - fix-commiting-to-master
7
jobs:
8
build-and-deploy:
9
runs-on: ubuntu-latest
@@ -40,3 +40,11 @@ jobs:
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
deploy-message: 'Deploy from GitHub Actions'
42
if: github.repository == 'NixOS/nixos-homepage'
43
+ - name: Commit flake.lock, blogs.xml and push to master branch
44
+ uses: github-actions-x/commit@v2.6
45
+ with:
46
+ github-token: ${{ secrets.GITHUB_TOKEN }}
47
+ push-branch: 'fix-commiting-to-master'
48
+ commit-message: 'Update flake.lock and blogs.xml [ci skip]'
49
+ files: flake.lock blogs.xml
50
+ if: github.repository == 'NixOS/nixos-homepage'
0 commit comments