Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit aac054f

Browse files
Update extension test workflow on main branch (#387)
Co-authored-by: femiwiki-bot <femiwiki-bot@users.noreply.github.com>
1 parent 58d54ef commit aac054f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-and-submit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
--url https://api.github.com/repos/femiwiki/docker-mediawiki/dispatches \
6565
--header "Authorization: token ${{ secrets.BOT_TOKEN }}" \
6666
--header 'content-type: application/json' \
67-
--data '{
68-
"event_type": "bump-extension",
69-
"client_payload": {
70-
"extension": "$EXTENSION",
71-
"version": "${{ steps.tag_name.outputs.tag_name }}"
67+
--data "{
68+
\"event_type\": \"bump-extension\",
69+
\"client_payload\": {
70+
\"extension\": \"$EXTENSION\",
71+
\"version\": \"${{ steps.tag_name.outputs.tag_name }}\"
7272
}
73-
}'
73+
}"

0 commit comments

Comments
 (0)