feat(action): whoops forgot to comment out a git stage I hadn't wrote
All checks were successful
/ checkout (push) Successful in 0s

This commit is contained in:
Scott 2026-09-08 17:22:35 +10:00
commit 17e9c79cee

View file

@ -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 }}