Skip to content

Commit c3c46c0

Browse files
committed
PoC App
1 parent f668439 commit c3c46c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-rerun-vars/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
echo "Triggering Actor: $triggering_actor"
3333
3434
# Check if BrowserStack has triggered the re-run
35-
if [[ "$triggering_actor" == "bstack-trigger[bot]" ]]; then
35+
if [[ "$triggering_actor" == "gha-bstack-rerun[bot]" ]]; then
3636
echo "The run was triggered by the GitHub App."
3737
3838
# TODO - Call BrowserStack API to get the values of the 2 environment values

0 commit comments

Comments
 (0)