Skip to content

Commit

Permalink
issue #63: check the content of GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Feb 6, 2024
1 parent 68ff9f3 commit 33c15aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
USER: ${{ secrets.USER }}
USER_TOKEN: ${{ secrets.USER_TOKEN }}

- name: Check the content of GITHUB_WORKSPACE
run: ls $GITHUB_WORKSPACE/

- name: Delete the previous image (unmerged pull request)
if: github.event.pull_request.merged == false
run: python $GITHUB_WORKSPACE/remove-previous-image/remove_previous_image.py
Expand Down

0 comments on commit 33c15aa

Please sign in to comment.