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 dde0ee2 commit 61f1ed0Copy full SHA for 61f1ed0
.github/workflows/main.yml
@@ -1,4 +1,5 @@
1
on:
2
+ pull_request:
3
push:
4
workflow_dispatch:
5
inputs:
entrypoint.sh
@@ -22,7 +22,9 @@ if [ -z "$CONTROLLER_PASSWORD" ]; then
22
exit 1
23
fi
24
25
-
+echo "GITHUB_BASE_REF is $GITHUB_BASE_REF"
26
+echo "GITHUB_HEAD_REF is $GITHUB_HEAD_REF"
27
+echo "GITHUB_REF_NAME is $GITHUB_REF_NAME"
28
29
tee ansible.cfg << EOF
30
[defaults]
0 commit comments