Skip to content

Commit

Permalink
Hard code action_path. See actions/runner#716 for detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
duament committed Feb 3, 2021
1 parent 1112e3d commit c16b143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branding:
runs:
using: composite
steps:
- run: ${{ github.action_path }}/run.sh
- run: /__w/_actions/duament/build-arch-package/master/run.sh
shell: bash
env:
INPUT_DIR: ${{ inputs.DIR }}

0 comments on commit c16b143

Please sign in to comment.