Skip to content

Commit

Permalink
Update extension test workflow on REL1_39 branch (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: femiwiki-bot <[email protected]>
  • Loading branch information
github-actions[bot] and femiwiki-bot authored Dec 31, 2022
1 parent 8d9331b commit 26a039d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-and-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
--url https://api.github.com/repos/femiwiki/docker-mediawiki/dispatches \
--header "Authorization: token ${{ secrets.BOT_TOKEN }}" \
--header 'content-type: application/json' \
--data '{
"event_type": "bump-extension",
"client_payload": {
"extension": "$EXTENSION",
"version": "${{ steps.tag_name.outputs.tag_name }}"
--data "{
\"event_type\": \"bump-extension\",
\"client_payload\": {
\"extension\": \"$EXTENSION\",
\"version\": \"${{ steps.tag_name.outputs.tag_name }}\"
}
}'
}"

0 comments on commit 26a039d

Please sign in to comment.