Skip to content

Commit

Permalink
force deploy, change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Elfrink committed May 14, 2021
1 parent 37e274b commit 206055c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Check if you should deploy
uses: timelfrink/shouldideploy-action@v2
uses: timelfrink/shouldideploy-action@v1
with:
timezone: 'Europe/Amsterdam'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to force the build and skip the check you can add `force deploy` to
## Example usage

```
uses: actions/shouldideploy-action@v2
uses: actions/shouldideploy-action@v1
with:
timezone: 'UTC'
```

0 comments on commit 206055c

Please sign in to comment.