Skip to content

Commit

Permalink
correctly specify ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 24, 2023
1 parent 990dad6 commit 3eb70c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
os: [ ubuntu-latest, macos-12, windows-latest ]
steps:
- uses: actions/checkout@v3
ref: ${{ env.COMMIT_SHA }}
with:
ref: ${{ env.COMMIT_SHA }}

- id: setup-build-jdk
name: Set up build JDK ${{ env.BUILD_JDK_VERSION }}
Expand Down

0 comments on commit 3eb70c7

Please sign in to comment.