Skip to content

Commit be5f54d

Browse files
committed
Outputting var now
1 parent d4bb265 commit be5f54d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup-rerun-vars/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ inputs:
1515
description: 'GitHub Token'
1616
required: true
1717

18+
outputs:
19+
tests_to_run:
20+
description: 'Modified tests to run based on rerun logic'
21+
1822
runs:
1923
using: 'composite'
2024
steps:
@@ -36,6 +40,7 @@ runs:
3640
echo "Triggering Actor: $triggering_actor"
3741
if [[ "$triggering_actor" == "gha-bstack-rerun[bot]" ]]; then
3842
echo "The run was triggered by the GitHub App."
43+
tests_to_run="rerun_tests"
3944
else
4045
echo "The run was triggered by: ${{ github.actor }}"
4146
fi

0 commit comments

Comments
 (0)