mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
checkout repo first
This commit is contained in:
parent
330eef9bd6
commit
cfea662b03
1 changed files with 3 additions and 0 deletions
3
.github/workflows/variables.yml
vendored
3
.github/workflows/variables.yml
vendored
|
|
@ -19,6 +19,9 @@ jobs:
|
|||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
/bin/bash tests/repo/vars.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue