Skip to content

Commit

Permalink
Add action to update satis
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Sep 3, 2024
1 parent a6d8aea commit 5ffbc97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ jobs:
uses: generoi/github-action-update-plugins/.github/workflows/markup-update.yml@master
with:
slug: 'woocommerce-paytrail'
update-satis:
needs: build
if: needs.build.outputs.updated == 'true'
uses: generoi/packagist/.github/workflows/update.yml@master
secrets:
token: ${{ secrets.PACKAGIST_UPDATE_PAT }}

0 comments on commit 5ffbc97

Please sign in to comment.