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 bbce01e commit 21d5f87Copy full SHA for 21d5f87
.github/workflows/prepare-release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Get GitHub App User ID
37
id: get-user-id
38
run: |
39
- echo gh api "/users/${RUNGHA_APP_SLUG}[bot]"
+ echo $(gh api "/users/${RUNGHA_APP_SLUG}[bot]")
40
echo "user-id=$(gh api "/users/${RUNGHA_APP_SLUG}[bot]" --jq .id)" >> "$GITHUB_OUTPUT"
41
env:
42
GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments