Skip to content

Commit

Permalink
dynamic-uses v1, env instead of vars, format
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Aug 18, 2023
1 parent d2e9bee commit b859f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
# now you can use expressions 🥳
# uses: ${{ env.ORG_NAME }}/${{ env.REPO_NAME }}/.github/actions/git/check-merge@${{ env.REF}}
uses: format('{0}/{1}/.github/actions/git/check-merge@{2}' env.ORG_NAME, env.REPO_NAME, env.REF)
uses: ${{ format('{0}/{1}/.github/actions/git/check-merge@{2}' env.ORG_NAME, env.REPO_NAME, env.REF) }}
# # the `with` needs to be converted to a valid json string
# with: '{ "node-version": 18 }'

Expand Down

0 comments on commit b859f6f

Please sign in to comment.