Skip to content

Commit 3107a28

Browse files
committed
Output previous run ID
1 parent 4227e19 commit 3107a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vartest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
# Fetches the ID of the last completed run for the current workflow
2626
PREVIOUS_RUN_ID=$(gh run list --workflow "${{ github.workflow }}" --status completed --limit 1 --json databaseId --jq '.[0].databaseId')
27-
echo "previous_run_id=$PREVIOUS_RUN_ID" >> $GITHUB_OUTPUT
27+
echo "previous_run_id=$PREVIOUS_RUN_ID"
2828
- name: Download test artifact
2929
uses: actions/download-artifact@v8
3030
with:

0 commit comments

Comments
 (0)