We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b2e2 commit 1a057d0Copy full SHA for 1a057d0
.github/workflows/release.yml
@@ -45,5 +45,10 @@ jobs:
45
shell: pwsh
46
47
- name: Commit scoop manifest changes
48
- run: ./scripts/commit-scoop-manifest.ps1
49
- shell: pwsh
+ uses: stefanzweifel/git-auto-commit-action@v5
+ with:
50
+ commit_message: "Scoop update for zed-cli-win-unofficial version ${{ github.ref_name }} with zed.bat"
51
+ file_pattern: "zed-cli-win-unofficial.json"
52
+ commit_user_name: "SameerJS6"
53
+ commit_user_email: "[email protected]"
54
+ commit_author: "SameerJS6 <[email protected]>"
0 commit comments