Skip to content

Commit

Permalink
add rc_issue_url explictly
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Dec 22, 2023
1 parent 3ba3ca2 commit 85b2231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-rc-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
secrets:
BOT_ACCESS_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
outputs:
rc_issue_url: ${{ jobs.export-rc-testing-branch-name.outputs.rc_testing_branch }}
rc_issue_url: ${{ steps.export-rc-issue-url.outputs.rc_issue_url }}

deploy-rc-testing-branch-to-astro-cloud:
needs: check-airflow-provider-rc-release
Expand All @@ -55,7 +55,7 @@ jobs:
deployment_id: ${{ secrets.PROVIDER_INTEGRATION_TESTS_DEPLOYMENT_ID }}
bearer_token: ${{ secrets.BEARER_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

wait-for-deployment-to-be-ready-and-trigger-master-dag:
needs: [deploy-rc-testing-branch-to-astro-cloud, check-airflow-provider-rc-release]
if: |
Expand Down

0 comments on commit 85b2231

Please sign in to comment.