Skip to content

Commit c7f31d6

Browse files
committed
Fix mapping
1 parent d4e31ef commit c7f31d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/localization-automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
- uses: actions/github-script@v3
1212
with:
13-
github-token: {{ secrets.ABTT_TOKEN }}
13+
github-token: ${{ secrets.ABTT_TOKEN }}
1414
script: |
1515
github.pulls.merge({
1616
owner: context.payload.repository.owner.login,
1717
repo: context.payload.repository.name,
1818
pull_number: context.payload.pull_request.number,
1919
merge_method: 'squash'
20-
})
20+
})

0 commit comments

Comments
 (0)