Skip to content

Commit

Permalink
report hourly failures to webmaster email
Browse files Browse the repository at this point in the history
not the last commiter
  • Loading branch information
garbas committed Jun 3, 2020
1 parent b43251e commit c34cb29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cron.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v9
- name: Installing NixFlakes
run: |
nix-env -iA nixpkgs.nixFlakes
Expand Down Expand Up @@ -43,4 +43,7 @@ jobs:
commit_message: 'Update flake.lock and blogs.xml [ci skip]'
branch: 'master'
file_pattern: flake.lock blogs.xml
commit_user_name: NixOS webmaster
commit_user_email: webmaster@nixos.org
commit_author: GitHub Actions <webmaster@nixos.org>
if: github.repository == 'NixOS/nixos-homepage'
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v8
uses: cachix/install-nix-action@v9
- name: Installing NixFlakes
run: |
nix-env -iA nixpkgs.nixFlakes
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@

/nix/manual/

/build/
/blogs.json
/blogs.xml
/demo.cast
Expand Down

0 comments on commit c34cb29

Please sign in to comment.