diff --git a/foo b/foo index cc718b0..afd503c 100644 --- a/foo +++ b/foo @@ -37,3 +37,4 @@ test test test test +test diff --git a/testpr.yml b/testpr.yml index 4a51048..01dfa23 100644 --- a/testpr.yml +++ b/testpr.yml @@ -12,9 +12,7 @@ jobs: displayName: 'Run a one-line script' - script: | - PR_NUMBER="${System.PullRequest.PullRequestNumber}" - - if [[ -z $(PR_NUMBER) ]]; then + if [[ -z ${PR_NUMBER} ]]; then NS="not a PR" else NS="github-pr-${PR_NUMBER}"