From 35ca8a1429107759375b82ffcc074be4ad34b3b3 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 26 Feb 2022 11:21:27 +0800 Subject: [PATCH] Update wireguard-go.yml --- .github/workflows/wireguard-go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wireguard-go.yml b/.github/workflows/wireguard-go.yml index cfce0f7..46eb8b0 100644 --- a/.github/workflows/wireguard-go.yml +++ b/.github/workflows/wireguard-go.yml @@ -34,7 +34,7 @@ jobs: # Required, if repo is private a Personal Access Token with `repo` scope is needed #github_token: ${{secrets.GITHUB_TOKEN}} # Required, workflow file name or ID - #workflow: wireguard-go.yml + workflow: Build Wireguard-go # Optional, the status or conclusion of a completed workflow to search for # Can be one of a workflow conclusion: # "failure", "success", "neutral", "cancelled", "skipped", "timed_out", "action_required" @@ -65,7 +65,7 @@ jobs: # Optional, check the workflow run whether it has an artifact # then will get the last available artifact from previous workflow # default false, just try to download from the last one - #check_artifacts: false + check_artifacts: false # Optional, search for the last workflow run whose stored an artifact named as in `name` input # default false - #search_artifacts: false + search_artifacts: false