File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
- name : External Trigger
13
13
if : github.ref == 'refs/heads/master'
14
14
run : |
15
- if [ -n ${{ secrets.PAUSE_EXTERNAL_TRIGGER_LDAP_AUTH_MASTER }} ]; then
15
+ if [ -n " ${{ secrets.PAUSE_EXTERNAL_TRIGGER_LDAP_AUTH_MASTER }}" ]; then
16
16
echo "Github secret PAUSE_EXTERNAL_TRIGGER_LDAP_AUTH_MASTER is set; skipping trigger."
17
17
exit 0
18
18
fi
Original file line number Diff line number Diff line change 12
12
- name : Package Trigger
13
13
if : github.ref == 'refs/heads/master'
14
14
run : |
15
- if [ -n ${{ secrets.PAUSE_PACKAGE_TRIGGER_LDAP_AUTH_MASTER }} ]; then
15
+ if [ -n " ${{ secrets.PAUSE_PACKAGE_TRIGGER_LDAP_AUTH_MASTER }}" ]; then
16
16
echo "Github secret PAUSE_PACKAGE_TRIGGER_LDAP_AUTH_MASTER is set; skipping trigger."
17
17
exit 0
18
18
fi
You can’t perform that action at this time.
0 commit comments