Sets the workflow scripts to use its ref/repo

This commit is contained in:
Thiago Silva 2022-05-23 15:32:58 -03:00
commit c15a9c152c
No known key found for this signature in database
GPG key ID: 034303EB8F453169

View file

@ -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