Dax Raad 3 هفته پیش
والد
کامیت
3ac05201c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/actions/setup-git-committer/action.yml

+ 1 - 1
.github/actions/setup-git-committer/action.yml

@@ -30,7 +30,7 @@ runs:
     - name: Get GitHub App user id
     - name: Get GitHub App user id
       id: get-user-id
       id: get-user-id
       run: |
       run: |
-        echo "user-id=$(gh api \"/users/${{ steps.app-token.outputs.app-slug }}[bot]\" --jq .id)" >> "$GITHUB_OUTPUT"
+        echo "user-id=$(gh api \"/users/${{ steps.app-token.outputs.app-slug }}%5Bbot%5D\" --jq .id)" >> "$GITHUB_OUTPUT"
       shell: bash
       shell: bash
       env:
       env:
         GH_TOKEN: ${{ steps.app-token.outputs.token }}
         GH_TOKEN: ${{ steps.app-token.outputs.token }}