Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Jan 8, 2025
1 parent 31e790a commit e8fcc39
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/licence_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ jobs:
commit_message: Adds missing licence-data.php file
commit_user_name: WP-media GitHub Actions Bot

- name: Find file again
run: find ./licence-data.php
id: findagain
continue-on-error: true

- name: Set final commit status only when we find the file at the end
if: ${{ steps.findagain.outcome == 'success' }}
if: ${{ steps.find.outcome == 'success' || (steps.find.outcome == 'failure' && steps.commit.outcome == 'success') }}
uses: myrotvorets/set-commit-status-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e8fcc39

Please sign in to comment.