Skip to content

Commit 4a5a13b

Browse files
committed
Publishing new version
1 parent ff21fae commit 4a5a13b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/delete.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build the action
1717
run: npm run build
1818
- name: Run the action
19-
uses: atelier-saulx/based-deploy@v1.2.3
19+
uses: atelier-saulx/based-deploy@v1.2.4
2020
with:
2121
userID: ${{ secrets.BASED_USER_ID }}
2222
apiKey: ${{ secrets.BASED_API_KEY }}

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build the action
1919
run: npm run build
2020
- name: Run the action
21-
uses: atelier-saulx/based-deploy@v1.2.3
21+
uses: atelier-saulx/based-deploy@v1.2.4
2222
with:
2323
userID: ${{ secrets.BASED_USER_ID }}
2424
apiKey: ${{ secrets.BASED_API_KEY }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A Success/Error message containing the Based CLI output.
4747
* Note that you must use 'userID' and 'apiKey' as the env's variable's names.
4848

4949
```yaml
50-
uses: atelier-saulx/based-deploy@v1.2.3
50+
uses: atelier-saulx/based-deploy@v1.2.4
5151
with:
5252
userID: ${{ secrets.BASED_USER_ID }}
5353
apiKey: ${{ secrets.BASED_API_KEY }}

0 commit comments

Comments
 (0)