Skip to content

Commit 1e9ddbe

Browse files
authored
Fix wrong version tag for the push action (#13)
1 parent 3c91861 commit 1e9ddbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-size-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
git commit -m "[skip ci] Update SDK sizes" || echo "No changes to commit"
108108
109109
- name: Push changes
110-
uses: ad-m/github-push-action@1.0.0
110+
uses: ad-m/github-push-action@v1.0.0
111111
with:
112112
github_token: ${{ secrets.GITHUB_PAT }}
113113
branch: ${{ env.BRANCH_NAME }}

0 commit comments

Comments
 (0)