We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faecd68 commit 729713eCopy full SHA for 729713e
.github/workflows/e2e-report.yml
@@ -31,7 +31,7 @@ jobs:
31
id: get-run-id
32
run: |
33
if [ "${{ inputs.use-branch }}" == "true" ]; then
34
- E2E_RUN_ID=$(gh run list -w test-e2e.yml -e workflow_dispatch -s success -b $GITHUB_REF_NAME --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
+ E2E_RUN_ID=$(gh run list -w test-e2e.yml -s success -b $GITHUB_REF_NAME --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
35
else
36
E2E_RUN_ID=$(gh run list -w test-e2e.yml -e schedule -s success --json databaseId --jq ".[0].databaseId" --repo $GITHUB_REPOSITORY)
37
fi
0 commit comments