Skip to content

Commit 206055c

Browse files
author
Tim Elfrink
committed
force deploy, change version
1 parent 37e274b commit 206055c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212
- name: Check if you should deploy
13-
uses: timelfrink/shouldideploy-action@v2
13+
uses: timelfrink/shouldideploy-action@v1
1414
with:
1515
timezone: 'Europe/Amsterdam'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you want to force the build and skip the check you can add `force deploy` to
1414
## Example usage
1515

1616
```
17-
uses: actions/shouldideploy-action@v2
17+
uses: actions/shouldideploy-action@v1
1818
with:
1919
timezone: 'UTC'
2020
```

0 commit comments

Comments
 (0)