Skip to content

Commit 111dfb7

Browse files
Update cicd_manual-release-sdks.yml (#407)
### Proposed Changes * change 1 * change 2 ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
1 parent bd926e3 commit 111dfb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cicd_manual-release-sdks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ jobs:
3030
runs-on: ubuntu-latest
3131

3232
steps:
33+
- name: 'Checkout repository'
34+
uses: actions/checkout@v4
35+
with:
36+
ref: ${{ inputs.ref }}
37+
token: ${{ secrets.GITHUB_TOKEN }}
38+
3339
- name: 'Validate inputs'
3440
run: |
3541
echo "::group::Input validation"

0 commit comments

Comments
 (0)