Skip to content

Commit

Permalink
Template repository changes: remal/oss-template (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: remal <231188+remal+sync-with-template@users.noreply.github.com>
  • Loading branch information
remal and remal authored Jan 22, 2025
1 parent 3a428e9 commit f6f1566
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/sync-with-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@ on:
- 'master'
schedule:
- cron: '18 3/4 * * *' # sync-with-template: adjust
workflow_dispatch: { }
workflow_dispatch:
inputs:
dryRun:
required: true
default: 'false'
description: Set to 'true' to enable dry run
type: choice
options:
- 'true'
- 'false'

defaults:
run:
Expand Down Expand Up @@ -55,5 +64,6 @@ jobs:
if: ${{env.PUSH_BACK_TOKEN && fromJSON(steps.decision.outputs.enough) == true}}
uses: remal-github-actions/sync-with-template@v3
with:
dryRun: ${{inputs.dryRun}}
githubToken: ${{env.PUSH_BACK_TOKEN}}
templateRepository: ${{secrets.TEMPLATE_REPOSITORY || ''}}

0 comments on commit f6f1566

Please sign in to comment.