File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 55
66name : Sync headers from upstream repository (brew)
77
8- inputs :
9- force_publish :
10- description : ' Force publish the headers'
11- required : false
12- default : ' false'
8+
139
1410on :
1511 workflow_dispatch :
12+ inputs :
13+ force_publish :
14+ description : ' Force publish the headers'
15+ required : false
16+ default : false
17+ type : boolean
18+
1619 schedule :
1720 - cron : " 0 2 * * 0" # Runs at 02:00 UTC every Sunday
1821
7174 commit_author : GitHub Actions Bot <actions@github.com>
7275
7376 - name : publish
74- if : ${{ inputs.force_publish == 'true' || steps.commit.outputs.changes_detected == 'true' }}
77+ if : ${{ inputs.force_publish == 'true' || steps.commit.outputs.changes_detected }}
7578 uses : softprops/action-gh-release@v2
7679 with :
7780 tag_name : ${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments