Skip to content

Commit

Permalink
Move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 22, 2020
1 parent 1b5f154 commit 100ce9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ runs:
run: |
bash "${{ github.action_path }}/run"
- shell: bash
run: bash "${{ github.action_path }}/helpers/wrapup" "${{ github.action_path }}"

- shell: bash
id: comment
run: |
Expand All @@ -87,6 +84,9 @@ runs:
python3 helpers/post_result.py
fi
- shell: bash
run: bash "${{ github.action_path }}/helpers/wrapup" "${{ github.action_path }}"

- shell: bash
run: |
bash "${{ github.action_path }}/helpers/cleanup"

0 comments on commit 100ce9e

Please sign in to comment.