feat(action): whoops forgot to comment out a git stage I hadn't wrote
All checks were successful
/ checkout (push) Successful in 0s
All checks were successful
/ checkout (push) Successful in 0s
This commit is contained in:
parent
1095382fac
commit
17e9c79cee
1 changed files with 3 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ jobs:
|
|||
env:
|
||||
test: value
|
||||
steps:
|
||||
- name: checkout
|
||||
run: |
|
||||
git checkout
|
||||
# - name: checkout
|
||||
# run: |
|
||||
# git checkout
|
||||
- name: Output and update env.test
|
||||
run: |
|
||||
echo ${{ env.test }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue