diff --git a/.github/workflows/moving-cards.yml b/.github/workflows/moving-cards.yml index 10dadf16351c..37542eb4826d 100644 --- a/.github/workflows/moving-cards.yml +++ b/.github/workflows/moving-cards.yml @@ -23,7 +23,7 @@ jobs: - name: Get issue info id: get-issue-step 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')" creator="$(echo $issue_info | jq -r '.user.login')" pull_request="$(echo $issue_info | jq -r '.pull_request' | )" @@ -129,4 +129,4 @@ jobs: numOfAssignee: 1 removePreviousAssignees: true teams: ${{ env.SUPPORT_TEAM_NAME }} - repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.BITNAMI_BOT_TOKEN }}"