Skip to content

Commit 434a53c

Browse files
ci: fix misspelled variable
1 parent 41d4ae3 commit 434a53c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ jobs:
234234
deputy-ia.js User:Chlod/Scripts/Deputy/InfringementAssistant.js
235235
apiUrl: 'https://en.wikipedia.org/w/api.php'
236236
oauth2Token: ${{ secrets.OAUTH_ACCESS_TOKEN }}
237-
editSummary: '${{ steps.edit-summary.output.message }} (bot/CD)'
237+
editSummary: '${{ steps.edit-summary.outputs.message }} (bot/CD)'

0 commit comments

Comments
 (0)