Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
chore(actions-bootstrap): update default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstrap-package-actions committed Jan 24, 2023
1 parent 3d7cf3c commit ac5afae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
echo "versions=${versions}" >> $GITHUB_OUTPUT
- name: dispatch
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588 # v2
if: steps.version.outputs.versions != ''
if: steps.versions.outputs.versions != ''
with:
token: ${{ secrets.DISPATCH }}
repository: manjaro-sway/packages
event-type: package_update
client-payload: '{ "repository": "${{ github.repository }}", "version": "${{ steps.version.outputs.versions }}" }'
client-payload: '{ "repository": "${{ github.repository }}", "version": "${{ steps.versions.outputs.versions }}" }'

0 comments on commit ac5afae

Please sign in to comment.