mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
update workflow
This commit is contained in:
parent
c48c28120b
commit
96b1379d6c
4 changed files with 43 additions and 79 deletions
12
action.yml
12
action.yml
|
|
@ -30,12 +30,12 @@ inputs:
|
|||
description: Enable Anaconda WebUI
|
||||
required: true
|
||||
default: "false"
|
||||
BUILD_REPO:
|
||||
description: Repository with the build tool
|
||||
ACTION_REPO:
|
||||
description: Repository with the build action
|
||||
required: false
|
||||
default: ${{ github.repository }}
|
||||
BUILD_REF:
|
||||
description: Repository ref for the build tool
|
||||
ACTION_REF:
|
||||
description: Repository ref for the build action
|
||||
required: false
|
||||
default: ${{ github.ref }}
|
||||
|
||||
|
|
@ -49,8 +49,8 @@ runs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ inputs.BUILD_REPO }}
|
||||
ref: ${{ inputs.BUILD_REF }}
|
||||
repository: ${{ inputs.ACTION_REPO }}
|
||||
ref: ${{ inputs.ACTION_REF }}
|
||||
submodules: recursive
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue