1 parent 8fdbf69 commit bd6d79aCopy full SHA for bd6d79a
1 file changed
.github/workflows/mg.yml
@@ -20,6 +20,7 @@ jobs:
20
name: Foo less than 100
21
runs-on: ubuntu-latest
22
steps:
23
+ - uses: actions/checkout@v6
24
- run: |
25
if [[ $(< foo.txt ) -lt 100 ]]; then
26
echo "ok"
@@ -32,6 +33,7 @@ jobs:
32
33
name: Foo greater than 0
34
35
36
37
38
if [[ $(< foo.txt ) -gt 0 ]]; then
39
0 commit comments