Skip to content

Commit 61f1ed0

Browse files
committed
sync changes
1 parent dde0ee2 commit 61f1ed0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
pull_request:
23
push:
34
workflow_dispatch:
45
inputs:

entrypoint.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ if [ -z "$CONTROLLER_PASSWORD" ]; then
2222
exit 1
2323
fi
2424

25-
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"
2628

2729
tee ansible.cfg << EOF
2830
[defaults]

0 commit comments

Comments
 (0)