We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd8025 commit 14b6a42Copy full SHA for 14b6a42
.github/workflows/RAdeploy.yml
@@ -72,6 +72,7 @@ jobs:
72
- name: Send Notification on Failure
73
if: failure()
74
run: |
75
+ echo "GitHub Context:" echo "${{ toJson(github) }}"
76
output="${{ env.output }}"
77
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
78
echo "$output"
0 commit comments