Skip to content

Commit

Permalink
Fix workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianbc authored and robcos committed Jun 14, 2024
1 parent c8e6635 commit 870f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v3
with:
ref: {{ inputs.release_git_sha }}
ref: ${{ inputs.release_git_sha }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 870f7df

Please sign in to comment.