Skip to content

Commit

Permalink
fix: add workflow_call in autoupdate.yml (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-man-chan authored Mar 19, 2024
1 parent 1325446 commit a0de12b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Pressbooks composer updater

on:
workflow_call:
inputs:
packages:
required: true
type: string
workflow_dispatch:
inputs:
packages:
Expand Down

0 comments on commit a0de12b

Please sign in to comment.