mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 15:17:15 +08:00
14
.github/workflows/fmulero-test.yml
vendored
14
.github/workflows/fmulero-test.yml
vendored
@@ -16,13 +16,13 @@ jobs:
|
||||
run: |
|
||||
echo "$GITHUB_CONTEXT"
|
||||
- name: Get issue info
|
||||
id: get-issue
|
||||
run: |
|
||||
issue_info=$(curl -s --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' -X GET -G ${{ github.project_card.content_url }})
|
||||
assignees=$(echo $issue_info | jq -r '.assignees')
|
||||
creator=$(echo $issue_info | jq -r '.user.login')
|
||||
echo "::set-output name=assignees::${assignees}"
|
||||
echo "::set-output name=creator::${creator}"
|
||||
id: get-issue
|
||||
run: |
|
||||
issue_info=$(curl -s --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' -X GET -G ${{ github.project_card.content_url }})
|
||||
assignees=$(echo $issue_info | jq -r '.assignees')
|
||||
creator=$(echo $issue_info | jq -r '.user.login')
|
||||
echo "::set-output name=assignees::${assignees}"
|
||||
echo "::set-output name=creator::${creator}"
|
||||
- name: Dump getissue outputs
|
||||
env:
|
||||
ISSUE_OUTPUTS: ${{ toJson(steps.get-issue.outputs) }}
|
||||
|
||||
Reference in New Issue
Block a user