Skip to content

Commit

Permalink
♻️ move script to bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Dec 30, 2024
1 parent ade55a2 commit 7c429c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/create-update-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Set GitHub Path
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
run: echo "$GITHUB_ACTION_PATH/bin" >> $GITHUB_PATH
shell: bash
env:
GITHUB_ACTION_PATH: ${{ github.action_path }}
Expand Down
File renamed without changes.

0 comments on commit 7c429c2

Please sign in to comment.