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 ef91ef3 commit 41914daCopy full SHA for 41914da
.github/workflows/update-unity-package.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
git checkout unity-package
38
git add Packages
39
- if git diff --cached --quiet; then echo "No changes to commit"; else git commit --amend --no-edit; fi
+ git commit --amend --no-edit
40
41
- name: Create LFS file list
42
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
@@ -73,5 +73,5 @@ jobs:
73
- name: Commit and push changes
74
75
76
77
git push
0 commit comments