Skip to content

Commit

Permalink
修正 action.yml 路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenall committed Jan 26, 2021
1 parent 80422f2 commit 5f7bb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: 'composite'
steps:
- id: pre-debug-check
run: ./tmate.sh
run: $GITHUB_ACTION_PATH/tmate.sh
shell: bash
- id: start-grubdev
env:
Expand All @@ -30,7 +30,7 @@ runs:
run: chmod +x $GITHUB_ACTION_PATH/build.sh && $GITHUB_ACTION_PATH/build.sh
shell: bash
- id: end-debug-check
run: ./tmate.sh
run: $GITHUB_ACTION_PATH/tmate.sh
shell: bash
branding:
icon: 'terminal'
Expand Down

0 comments on commit 5f7bb45

Please sign in to comment.