Skip to content

Commit

Permalink
wip GH action - add input typing
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Aug 21, 2024
1 parent 7b484f7 commit b82fe5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_deploy_astro_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Deploy Astro Site

on:
workflow_call:
inputs:
working_dir:
required: true
type: string
build_dir:
required: true
type: string
env:
CI: true
CI_WORKING_DIR: ${{ github.event.inputs.working_dir }}
Expand Down

0 comments on commit b82fe5b

Please sign in to comment.