mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
Follow up #6418
Fix get-issue-step in moving-cards.yml workflow Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
4
.github/workflows/moving-cards.yml
vendored
4
.github/workflows/moving-cards.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Get issue info
|
- name: Get issue info
|
||||||
id: get-issue-step
|
id: get-issue-step
|
||||||
run: |
|
run: |
|
||||||
issue_info=$(curl -s --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' -X GET -G ${{ github.event.project_card.content_url }})
|
issue_info=$(curl -s --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' -X GET -G "${{ github.event.project_card.content_url }}" )
|
||||||
assignees="$(echo $issue_info | jq -r '.assignees')"
|
assignees="$(echo $issue_info | jq -r '.assignees')"
|
||||||
creator="$(echo $issue_info | jq -r '.user.login')"
|
creator="$(echo $issue_info | jq -r '.user.login')"
|
||||||
pull_request="$(echo $issue_info | jq -r '.pull_request' | )"
|
pull_request="$(echo $issue_info | jq -r '.pull_request' | )"
|
||||||
@@ -129,4 +129,4 @@ jobs:
|
|||||||
numOfAssignee: 1
|
numOfAssignee: 1
|
||||||
removePreviousAssignees: true
|
removePreviousAssignees: true
|
||||||
teams: ${{ env.SUPPORT_TEAM_NAME }}
|
teams: ${{ env.SUPPORT_TEAM_NAME }}
|
||||||
repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}"
|
repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user