Skip to content

Commit

Permalink
Sim: Fix yml syntax again pt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiVChr committed Sep 28, 2023
1 parent f2c42c9 commit ef27469
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,12 @@ jobs:
steps:
- name: "Manual Update"
uses: BobDotCom/[email protected]
with:
# Optional. The title of the commit that is made
# Default: "Update OPRF Assets"
commit_message: "Auto-Update shared Files"
if: "${{ github.event_name == 'workflow_dispatch' }}"
with:
include: ${{ inputs.include }}
exclude: ${{ inputs.exclude }}
compatibility: ${{ inputs.compatibility }}
commit_message: "Auto-Update shared Files"
- name: "Scheduled Update"
uses: BobDotCom/[email protected]
with:
Expand Down

0 comments on commit ef27469

Please sign in to comment.