Skip to content

Commit

Permalink
fix: Fixed path of goodbye.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Sep 12, 2024
1 parent 38634d6 commit 6cbca79
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 @@ -35,5 +35,5 @@ runs:
GITHUB_ACTION_PATH: ${{ github.action_path }}

- name: Run goodbye.sh
run: scripts/goodbye.sh
run: $GITHUB_ACTION_PATH/scripts/goodbye.sh
shell: bash

0 comments on commit 6cbca79

Please sign in to comment.