Commit 4a5a13b 1 parent ff21fae commit 4a5a13b Copy full SHA for 4a5a13b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
- name : Build the action
17
17
run : npm run build
18
18
- name : Run the action
19
- uses : atelier-saulx/based-deploy@v1.2.3
19
+ uses : atelier-saulx/based-deploy@v1.2.4
20
20
with :
21
21
userID : ${{ secrets.BASED_USER_ID }}
22
22
apiKey : ${{ secrets.BASED_API_KEY }}
Original file line number Diff line number Diff line change 18
18
- name : Build the action
19
19
run : npm run build
20
20
- name : Run the action
21
- uses : atelier-saulx/based-deploy@v1.2.3
21
+ uses : atelier-saulx/based-deploy@v1.2.4
22
22
with :
23
23
userID : ${{ secrets.BASED_USER_ID }}
24
24
apiKey : ${{ secrets.BASED_API_KEY }}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ A Success/Error message containing the Based CLI output.
47
47
* Note that you must use 'userID' and 'apiKey' as the env's variable's names.
48
48
49
49
``` yaml
50
- uses : atelier-saulx/based-deploy@v1.2.3
50
+ uses : atelier-saulx/based-deploy@v1.2.4
51
51
with :
52
52
userID : ${{ secrets.BASED_USER_ID }}
53
53
apiKey : ${{ secrets.BASED_API_KEY }}
You can’t perform that action at this time.
0 commit comments