The following instructions do not work anymore: - [Create a git committer string for an app installation ](https://github.com/actions/create-github-app-token#create-a-git-committer-string-for-an-app-installation) - [Configure git CLI for an app's bot user](https://github.com/actions/create-github-app-token#configure-git-cli-for-an-apps-bot-user) The following step fails: ```yaml - name: Get GitHub App User ID id: get-user-id run: echo "user-id=$(gh api "/users/${{ steps.app-token.outputs.app-slug }}[bot]" --jq .id)" >> "$GITHUB_OUTPUT" env: GH_TOKEN: ${{ steps.app-token.outputs.token }} ``` Even https://api.github.com/users/dependabot[bot] returns 404, I wonder if something changed in GitHub that broke this behavior