Skip to content

Commit 8a84a67

Browse files
committed
Update github workflow username
1 parent 9bfec64 commit 8a84a67

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/updates.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Update pins for hackage.nix and stackage.nix"
1+
name: "Update pins for hackage.nix"
22

33
on:
44
workflow_dispatch:
@@ -16,14 +16,13 @@ jobs:
1616
extra_nix_config: |
1717
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
1818
substituters = https://cache.iog.io https://cache.zw3rk.com https://cache.nixos.org/
19-
- name: "Update pins"
19+
- name: "Update hackage pin"
2020
run: |
2121
nix flake update hackage
22-
nix flake update stackage
2322
- name: Commit and push changes
2423
run: |
25-
git config --local user.email "[email protected]"
26-
git config --local user.name "IOHK"
24+
git config --local user.email "[email protected]"
25+
git config --local user.name "pranaysashank"
2726
git add .
28-
git commit -m "Update Hackage and Stackage"
29-
git push
27+
git commit -m "Update Hackage"
28+
git push

0 commit comments

Comments
 (0)