Przeglądaj źródła

Revert "fix: CI changelog.yml disable unallowed action"

This reverts commit 01918ab727ca84a7edbae00749acd96d21b43552.
DerSkythe 2 lat temu
rodzic
commit
85ee36cbcc
1 zmienionych plików z 8 dodań i 8 usunięć
  1. 8 8
      .github/workflows/changelog.yml

+ 8 - 8
.github/workflows/changelog.yml

@@ -38,13 +38,13 @@ jobs:
       - name: "Show CHANGELOG.md"
         run: cat CHANGELOG.md
 
-#      - name: "Commit changes"
-#        uses: stefanzweifel/git-auto-commit-action@v4
-#        with:
-#          commit_message: "docs: update `CHANGELOG.md`"
-#          file_pattern: "*.md"
-#          branch: ${{ github.ref_name }}
-#          commit_options: '--no-verify --signoff'
+      - name: "Commit changes"
+        uses: stefanzweifel/git-auto-commit-action@v4
+        with:
+          commit_message: "docs: update `CHANGELOG.md`"
+          file_pattern: "*.md"
+          branch: ${{ github.ref_name }}
+          commit_options: '--no-verify --signoff'
           # skip_dirty_check: true
           # skip_checkout: true
-          # skip_fetch: true
+          # skip_fetch: true