We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a3f6f commit 372d487Copy full SHA for 372d487
.github/workflows/generate-lockfile.yml
@@ -26,6 +26,8 @@ jobs:
26
[ ! -d .yarn/versions ] && yarn set version berry || [ -d .yarn/versions ] && [ $UPGRADE_LOCAL_YARNPKG_BINARY != "" ] && yarn set version latest
27
- name: Run install CI
28
run: yarn install
29
+ - name: Stage changes and check status
30
+ run: git add . && git status
31
- name: Commit changes
32
run: |
33
git commit -m "Updated Yarn lockfiles and stuff" --signoff
0 commit comments