mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
I18n: Fix workflow for adding PR to project board (#82078)
This commit is contained in:
parent
79cfd67fde
commit
c16cb7ed3c
2
.github/workflows/i18n-crowdin-download.yml
vendored
2
.github/workflows/i18n-crowdin-download.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
|||||||
# Crowdin action returns us the URL of the pull request, but we need an ID for the GraphQL API
|
# Crowdin action returns us the URL of the pull request, but we need an ID for the GraphQL API
|
||||||
# that looks like 'PR_kwDOAOaWjc5mP_GU'
|
# that looks like 'PR_kwDOAOaWjc5mP_GU'
|
||||||
run: |
|
run: |
|
||||||
echo "PULL_REQUEST_ID=$(gh pr view "$PULL_REQUEST_URL" --json id -q .id)" >> "$GITHUB_ENV"
|
echo "PULL_REQUEST_ID=$(gh pr view $PULL_REQUEST_URL --json id -q .id)" >> "$GITHUB_ENV"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PULL_REQUEST_URL: ${{ steps.crowdin-download.outputs.pull_request_url }}
|
PULL_REQUEST_URL: ${{ steps.crowdin-download.outputs.pull_request_url }}
|
||||||
|
Loading…
Reference in New Issue
Block a user