diff --git a/action.yml b/action.yml index 3b9941b..05d72d0 100644 --- a/action.yml +++ b/action.yml @@ -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: | @@ -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"