Skip to content

Commit 74a16b8

Browse files
committed
fix
1 parent d16d794 commit 74a16b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_failed_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
ACCESS_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }}
235235
WORKFLOW_ID: ${{ steps.get-workflow-id.outputs.workflow_id }}
236236
run: |
237-
echo "END_SHA=$(TOKEN="$ACCESS_TOKEN" python3 -c 'import os; from get_previous_daily_ci import get_last_daily_ci_run_commit; commit=get_last_daily_ci_run_commit(token=os.environ["TOKEN"], workflow_run_id=os.environ["PREV_WORKFLOW_RUN_ID"], workflow_id=os.environ["WORKFLOW_RUN_ID"]); print(commit)')" >> $GITHUB_ENV
237+
echo "END_SHA=$(TOKEN="$ACCESS_TOKEN" python3 -c 'import os; from get_previous_daily_ci import get_last_daily_ci_run_commit; commit=get_last_daily_ci_run_commit(token=os.environ["TOKEN"], workflow_run_id=os.environ["PREV_WORKFLOW_RUN_ID"], workflow_id=os.environ["WORKFLOW_ID"]); print(commit)')" >> $GITHUB_ENV
238238
239239
# However, for workflow runs triggered by `issue_comment` (for pull requests), we want to check against the
240240
# parent commit (on `main`) of the `merge_commit` (dynamically created by GitHub). In this case, the goal is to

0 commit comments

Comments
 (0)