Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7b17f6

Browse files
committedDec 6, 2023
Change remove the extra checkout
probably everything is already fine, we just can't get any changes to the workflow files in, just through a merge while the action is running
1 parent b47e663 commit d7b17f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎.github/workflows/upgrade-unity.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ jobs:
8484
git push
8585
git log -1
8686
87-
- name: Checkout latest commit on branch
88-
run: |
89-
git checkout $(git rev-parse HEAD)
90-
git log -1
91-
9287
# Unity 2020 cache is not compatible with older versions
9388
- name: Unity Library Cache 2020 or higher
9489
if: ${{ !startsWith(inputs.unityVersion, '201') }}

0 commit comments

Comments
 (0)
Please sign in to comment.