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 77effc9 commit b47e663Copy full SHA for b47e663
.github/workflows/upgrade-unity.yml
@@ -82,7 +82,12 @@ jobs:
82
git fetch origin master
83
git merge FETCH_HEAD
84
git push
85
- git checkout ${{ github.ref }}
+ git log -1
86
+
87
+ - name: Checkout latest commit on branch
88
+ run: |
89
+ git checkout $(git rev-parse HEAD)
90
91
92
# Unity 2020 cache is not compatible with older versions
93
- name: Unity Library Cache 2020 or higher
0 commit comments