We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f668439 commit c3c46c0Copy full SHA for c3c46c0
setup-rerun-vars/action.yml
@@ -32,7 +32,7 @@ runs:
32
echo "Triggering Actor: $triggering_actor"
33
34
# Check if BrowserStack has triggered the re-run
35
- if [[ "$triggering_actor" == "bstack-trigger[bot]" ]]; then
+ if [[ "$triggering_actor" == "gha-bstack-rerun[bot]" ]]; then
36
echo "The run was triggered by the GitHub App."
37
38
# TODO - Call BrowserStack API to get the values of the 2 environment values
0 commit comments