mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
define it as inputs
This commit is contained in:
parent
046985270a
commit
df0179ef58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conan-recipe-version.yml
vendored
4
.github/workflows/conan-recipe-version.yml
vendored
|
|
@ -58,14 +58,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ ! is_external_pr }}
|
||||
if: ${{ ! inputs.is_external_pr }}
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
- name: Checkout repo PR
|
||||
uses: actions/checkout@v3
|
||||
if: ${{ is_external_pr }}
|
||||
if: ${{ inputs.is_external_pr }}
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue