Skip to content

Commit

Permalink
chore: update names and inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Aug 20, 2024
1 parent 788d87c commit 5f8be4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/selfserve-combine-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Combine templates
run: python .github/scripts/combine_templates.py
env:
INPUT_BASE_TEMPLATES: ${{ github.event.inputs.base_templates }}
INPUT_CUSTOM_TEMPLATES: ${{ github.event.inputs.custom_templates }}
INPUT_VERSION: ${{ github.event.inputs.version }}
INPUT_OUTPUT_DIR: 'tmp/templates'
INPUT_BASE_TEMPLATES: ${{ inputs.base_templates }}
INPUT_CUSTOM_TEMPLATES: ${{ inputs.custom_templates }}
INPUT_VERSION: ${{ inputs.version }}
INPUT_OUTPUT_DIR: 'tmp/${{ inputs.combined_templates_key }}'

- name: Upload combined templates
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5f8be4e

Please sign in to comment.