Skip to content

Commit

Permalink
Revert "Minor tweak the composite action"
Browse files Browse the repository at this point in the history
This reverts commit 89c9d2a.
  • Loading branch information
socheatsok78 committed Jun 21, 2022
1 parent 89c9d2a commit b242227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ runs:
- id: meta
shell: bash
run: |
echo "::set-output name=bake-file::${GITHUB_ACTION_PATH}github-metadata-action.hcl"
echo "::set-output name=bake-file::${GITHUB_ACTION_PATH}/github-metadata-action.hcl"
- name: Bake definition
shell: bash
run: |
docker buildx bake -f "${GITHUB_ACTION_PATH}github-metadata-action.hcl" --print github-metadata-action
docker buildx bake -f "${GITHUB_ACTION_PATH}/github-metadata-action.hcl" --print github-metadata-action

0 comments on commit b242227

Please sign in to comment.