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 e2ff6da commit a0913c3Copy full SHA for a0913c3
.github/actions/install-pog/action.yml
@@ -13,4 +13,4 @@ runs:
13
run: |
14
& $env:GITHUB_ACTION_PATH\install-pog.ps1 $env:POG_PATH
15
env:
16
- POG_PATH: {{ inputs.path }}
+ POG_PATH: ${{ inputs.path }}
0 commit comments