Skip to content

Commit bd6d79a

Browse files
committed
Needs checkout
1 parent 8fdbf69 commit bd6d79a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/mg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
name: Foo less than 100
2121
runs-on: ubuntu-latest
2222
steps:
23+
- uses: actions/checkout@v6
2324
- run: |
2425
if [[ $(< foo.txt ) -lt 100 ]]; then
2526
echo "ok"
@@ -32,6 +33,7 @@ jobs:
3233
name: Foo greater than 0
3334
runs-on: ubuntu-latest
3435
steps:
36+
- uses: actions/checkout@v6
3537
- run: |
3638
if [[ $(< foo.txt ) -gt 0 ]]; then
3739
echo "ok"

0 commit comments

Comments
 (0)