Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9cef5757a234
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9614428ebcd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 12, 2020

  1. Copy the full SHA
    d961442 View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 .github/workflows/cron.yml
9 changes: 4 additions & 5 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -38,10 +38,9 @@ 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: stefanzweifel/git-auto-commit-action@v4.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
push-branch: 'master'
commit-message: 'Update flake.lock and blogs.xml [ci skip]'
files: flake.lock blogs.xml
commit_message: 'Update flake.lock and blogs.xml [ci skip]'
branch: 'master'
file_pattern: flake.lock blogs.xml
if: github.repository == 'NixOS/nixos-homepage'