We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabf7d3 commit 5d5574bCopy full SHA for 5d5574b
1 file changed
.github/workflows/upgrade.yml
@@ -12,7 +12,7 @@ jobs:
12
upgrade:
13
uses: ipdxco/github-as-code/.github/workflows/upgrade_reusable.yml@master
14
with:
15
- ref: inputs.ref
+ ref: ${{ inputs.ref }}
16
secrets:
17
GITHUB_APP_ID: ${{ secrets.RW_GITHUB_APP_ID }}
18
GITHUB_APP_INSTALLATION_ID: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
0 commit comments