Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Sep 27, 2022
1 parent c415304 commit 2e552f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ runs:
ref: ${{ env.job_ref }}
- name: Update ${{ inputs.form }}
id: main
run: node dist/main.cjs
run: node ${{ github.action_path }}/dist/main.cjs
shell: bash
working-directory: ${{ github.action_path }}
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
INPUT_FORM: ${{ inputs.form }}
Expand Down

0 comments on commit 2e552f7

Please sign in to comment.