Skip to content

Commit 372d487

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Add git status stuff btw
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent 38a3f6f commit 372d487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-lockfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
[ ! -d .yarn/versions ] && yarn set version berry || [ -d .yarn/versions ] && [ $UPGRADE_LOCAL_YARNPKG_BINARY != "" ] && yarn set version latest
2727
- name: Run install CI
2828
run: yarn install
29+
- name: Stage changes and check status
30+
run: git add . && git status
2931
- name: Commit changes
3032
run: |
3133
git commit -m "Updated Yarn lockfiles and stuff" --signoff

0 commit comments

Comments
 (0)