We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9b015 commit 427a879Copy full SHA for 427a879
.github/workflows/artifacts.yml
@@ -40,7 +40,7 @@ jobs:
40
Get-ChildItem -Path $Env:GITHUB_WORKSPACE -Filter $Env:INSTALLER_FILE | Select-Object -Property Name, Size, LastWriteTime, User
41
42
- name: Commit bundled installer script
43
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
+ uses: stefanzweifel/git-auto-commit-action@v5.2.0
44
with:
45
commit_message: Updated bundled installer [skip ci]
46
file_pattern: ${{ env.INSTALLER_FILE }}
0 commit comments