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: 3c1792cc707d
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: 94d4b311deab
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 12, 2020

  1. Copy the full SHA
    b0092bb View commit details
  2. Merge pull request #423 from NixOS/fix-commiting-to-master

    Fix commiting to master branch from cron action
    garbas authored May 12, 2020
    1
    Copy the full SHA
    94d4b31 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/cron.yml
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -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'