Skip to content

Commit 54d5ca5

Browse files
authored
fix: matrix variable name
1 parent f0e9b08 commit 54d5ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: actions-js/push@master
2929
with:
3030
rebase: true
31-
message: 'chore: binary image for ${matrix.os} - ${date}'
31+
message: 'chore: binary image for ${{matrix.os}} - ${date}'
3232
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)