We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8cea0 commit e7bbca0Copy full SHA for e7bbca0
.github/workflows/create-image.yml
@@ -96,5 +96,8 @@ jobs:
96
get_students_url:
97
runs-on: ubuntu-latest
98
needs: trigger_deployment
99
+ steps:
100
+ - name: echo_success
101
+ runs: echo "Successfully retrieved repo_url ${{ needs.trigger_deployment.outputs.student_url }}"
102
outputs:
103
student_url: ${{ needs.trigger_deployment.outputs.student_url }}
.github/workflows/update-image.yml
@@ -105,5 +105,8 @@ jobs:
105
106
107
108
109
110
111
112
0 commit comments