This commit is contained in:
parent
f53f2c6377
commit
2f2d392c12
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ steps:
|
|||
GITHUB_PAT: from_secret:GITHUB_PAT
|
||||
GITHUB_USERNAME: from_secret:GITHUB_USERNAME
|
||||
commands:
|
||||
- echo "GITHUB_USERNAME is set: \${GITHUB_USERNAME:+yes}"
|
||||
- echo "GITHUB_PAT is set: \${GITHUB_PAT:+yes}"
|
||||
- echo "GITHUB_PAT starts with: \${GITHUB_PAT:0:4}****"
|
||||
- 'echo "GITHUB_USERNAME is set: ${GITHUB_USERNAME:+yes}"'
|
||||
- 'echo "GITHUB_PAT is set: ${GITHUB_PAT:+yes}"'
|
||||
- 'echo "GITHUB_PAT starts with: ${GITHUB_PAT:0:4}****"'
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue