From c15a9c152c5a868afd1aea8e7283ef8aa3b78366 Mon Sep 17 00:00:00 2001 From: Thiago Silva Date: Mon, 23 May 2022 15:32:58 -0300 Subject: [PATCH] Sets the workflow scripts to use its ref/repo --- .github/workflows/live_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index 600700a0..94af9500 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -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