We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24da68 commit 31142ddCopy full SHA for 31142dd
.github/workflows/update.yaml
@@ -11,6 +11,11 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
14
+ - name: "Checkout the for-stackage branch"
15
+ run: |
16
+ git fetch --depth=1 origin for-stackage:for-stackage
17
+ git checkout for-stackage
18
+
19
- uses: cachix/install-nix-action@v15
20
with:
21
nix_path: nixpkgs=channel:nixos-unstable
@@ -27,9 +32,6 @@ jobs:
27
32
28
33
- name: "Commit and push changes to the for-stackage branch"
29
34
run: |
30
- git fetch --depth=1 origin for-stackage:for-stackage
31
- git checkout for-stackage
-
35
git config --local user.email "[email protected]"
36
git config --local user.name "IOHK"
37
git add .
0 commit comments