[release-branches] Fix the reference that gets checked out (#2294)

* Fix the reference that gets checked out

* Fix
This commit is contained in:
Luca Palmieri 2023-02-02 18:34:24 +00:00 committed by GitHub
parent 97daba2ccb
commit 9b7c0650b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ inputs.release_branch }}
ref: ${{ needs.get-or-create-release-branch.outputs.release_branch }}
path: smithy-rs
token: ${{ secrets.RELEASE_AUTOMATION_BOT_PAT }}
- name: Upgrade gradle.properties