We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e274b commit 206055cCopy full SHA for 206055c
.github/workflows/main.yml
@@ -10,6 +10,6 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v2
12
- name: Check if you should deploy
13
- uses: timelfrink/shouldideploy-action@v2
+ uses: timelfrink/shouldideploy-action@v1
14
with:
15
timezone: 'Europe/Amsterdam'
README.md
@@ -14,7 +14,7 @@ If you want to force the build and skip the check you can add `force deploy` to
## Example usage
16
```
17
-uses: actions/shouldideploy-action@v2
+uses: actions/shouldideploy-action@v1
18
19
timezone: 'UTC'
20
0 commit comments