Skip to content

Commit

Permalink
Merge branch 'feature/CSC-1652-gh-action-for-processing-custom-sheets…
Browse files Browse the repository at this point in the history
…' into team/csc
  • Loading branch information
danielxvu committed Sep 27, 2023
2 parents 33c64dd + 1999196 commit e5b831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/process-character-sheet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
# Set job outputs to values from filter step
outputs:
sheet: ${{ steps.filter.outputs.sheet }}
sheet_files: ${{ steps.filter.outputs.sheet_files }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
# run any `bun` or `bunx` command
- run: bun install
working-directory: contrib/sheet-pixie
- run: bun run contrib/sheet-pixie/index.ts ${{ steps.filter.outputs.sheet_files }}
- run: bun run contrib/sheet-pixie/index.ts ${{ needs.changes.outputs.sheet_files }}

0 comments on commit e5b831b

Please sign in to comment.