Skip to content

Commit

Permalink
add force param
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Oct 10, 2021
1 parent 66848f8 commit b71d8f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: webflow-git

on:
workflow_dispatch:
inputs:
force:
description: ignore timestamp and force update
required: false
default: ''
schedule:
- cron: '40 * * * *'

Expand Down

0 comments on commit b71d8f8

Please sign in to comment.