Removed 'External' from step title

This commit is contained in:
jamelreid 2021-12-14 12:53:52 -05:00
parent a560b4c524
commit a24a9dcc7d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ jobs:
if: always()
uses: actions/github-script@v5
env:
TITLE: 'External E2E Test Resutls:'
TITLE: 'E2E Test Results:'
SMOKE_TEST_URL: ${{ secrets.SMOKE_TEST_URL }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}