Skip to content

Commit

Permalink
Nit: replace PR with Approver.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 5, 2024
1 parent d31d036 commit 2033824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
required: false
type: string
e2e-test-bypass-approver:
description: '2PR GitHub Username (for bypass)'
description: 'Approver GitHub Username (for bypass)'
required: false
type: string
tag:
Expand All @@ -43,7 +43,7 @@ on:
required: false
type: string
e2e-test-bypass-approver:
description: '2PR GitHub Username (for bypass)'
description: 'Approver GitHub Username (for bypass)'
required: false
type: string
tag:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
echo "**E2E test bypass requested**" >> $GITHUB_STEP_SUMMARY
echo "**Failing Test**: ${{ inputs.e2e-test-bypass-link }}" >> $GITHUB_STEP_SUMMARY
echo "**2PR**: ${{ inputs.e2e-test-bypass-approver }}" >> $GITHUB_STEP_SUMMARY
echo "**Approver**: ${{ inputs.e2e-test-bypass-approver }}" >> $GITHUB_STEP_SUMMARY
e2e-test:
if: ${{ inputs.e2e-test-bypass-link == '' && inputs.e2e-test-bypass-approver == '' }}
Expand Down

0 comments on commit 2033824

Please sign in to comment.