asd
This commit is contained in:
parent
5d85e81aeb
commit
b57dc4636d
@ -22,6 +22,7 @@ jobs:
|
|||||||
runs-on: busybox
|
runs-on: busybox
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
echo "Hello World"
|
||||||
# This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1
|
# This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1
|
||||||
# (non-zero return codes indicating errors in Unix - since there are many more ways for something to go wrong
|
# (non-zero return codes indicating errors in Unix - since there are many more ways for something to go wrong
|
||||||
# than there are for it to go right!), and so the `files=` assignment will also return 1, and the whole operation
|
# than there are for it to go right!), and so the `files=` assignment will also return 1, and the whole operation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user