We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7f23f commit 5ada90eCopy full SHA for 5ada90e
1 file changed
.github/actions/e2e-tests/action.yml
@@ -17,7 +17,7 @@ runs:
17
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
18
run: |
19
if [[ -n "${{ inputs.pr_number }}" ]]; then
20
- labels=$(gh pr view "${{ inputs.pr_number }" --json labels --jq '.labels[].name' 2>/dev/null || echo "")
+ labels=$(gh pr view "${{ inputs.pr_number }}" --json labels --jq '.labels[].name' 2>/dev/null || echo "")
21
22
if echo "$labels" | grep -Fxq 'deploy-proxy'; then
23
echo "deploy-proxy label found; e2e tests will run."
0 commit comments