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 6268aa6 commit f266f89Copy full SHA for f266f89
.github/workflows/mobsuccess.yml
@@ -9,6 +9,11 @@ on:
9
types:
10
- checks_requested
11
12
+ issue_comment:
13
+ types:
14
+ - created
15
+ - edited
16
+
17
pull_request:
18
19
- opened
@@ -24,7 +29,7 @@ jobs:
24
29
- uses: mobsuccess-devops/github-actions-mobsuccess@master
25
30
with:
26
31
github-token: ${{ github.token }}
27
- amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
28
- storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
32
+ amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
33
+ storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
34
action: "validate-pr"
35
# DO NOT EDIT: END
0 commit comments