Sets the workflow scripts to use its ref/repo
This commit is contained in:
parent
7808d518c6
commit
c15a9c152c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/live_artifacts.yml
vendored
4
.github/workflows/live_artifacts.yml
vendored
|
@ -77,8 +77,8 @@ jobs:
|
|||
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
with:
|
||||
submodules: "recursive"
|
||||
ref: ${{ github.event.inputs.ref }}
|
||||
repository: ${{ github.event.inputs.repo }}
|
||||
ref: ${{ github.ref }}
|
||||
repository: ${{ github.repository }}
|
||||
- name: CentOS Base
|
||||
run: ci/build-docker-image.sh docker/ci/Dockerfile-centos nanocurrency/nano-env:centos
|
||||
- name: Build Artifact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue