Skip to content

Commit 31142dd

Browse files
committed
Fetch for-stackage
1 parent e24da68 commit 31142dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/update.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313

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+
1419
- uses: cachix/install-nix-action@v15
1520
with:
1621
nix_path: nixpkgs=channel:nixos-unstable
@@ -27,9 +32,6 @@ jobs:
2732
2833
- name: "Commit and push changes to the for-stackage branch"
2934
run: |
30-
git fetch --depth=1 origin for-stackage:for-stackage
31-
git checkout for-stackage
32-
3335
git config --local user.email "[email protected]"
3436
git config --local user.name "IOHK"
3537
git add .

0 commit comments

Comments
 (0)