Skip to content

Commit 5d5574b

Browse files
authored
Fix reference syntax in upgrade workflow
1 parent dabf7d3 commit 5d5574b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
upgrade:
1313
uses: ipdxco/github-as-code/.github/workflows/upgrade_reusable.yml@master
1414
with:
15-
ref: inputs.ref
15+
ref: ${{ inputs.ref }}
1616
secrets:
1717
GITHUB_APP_ID: ${{ secrets.RW_GITHUB_APP_ID }}
1818
GITHUB_APP_INSTALLATION_ID: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}

0 commit comments

Comments
 (0)