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 2cae96f commit 6198726Copy full SHA for 6198726
setup-rerun-vars/action.yml
@@ -1,6 +1,11 @@
1
name: 'setup-rerun-vars'
2
description: 'Setup BrowserStack Rerun Variables'
3
4
+inputs:
5
+ run_attempt:
6
+ description: 'Run attempt number'
7
+ required: true
8
+
9
jobs:
10
check-rerun:
11
runs-on: ubuntu-latest
0 commit comments