Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Destiny Saturday  <[email protected]>
  • Loading branch information
ThePrimeJnr authored Jul 31, 2024
1 parent 4eb95db commit 20c2317
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set GitHub Path
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
shell: bash
env:
GITHUB_ACTION_PATH: ${{ github.action_path }}
- name: Run entrypoint.sh
run: chmod +x entrypoint.sh && ./entrypoint.sh
shell: bash
Expand Down

0 comments on commit 20c2317

Please sign in to comment.