Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 14, 2024
1 parent 12a8c4a commit 2bd03a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

runs-on: ubuntu-latest

env:
REPO_STATUS: ${{vars.REPO_VISIBILITY}}

steps:
- name: "Initialise Workspace"
if: startsWith(runner.name, 'buildagent-')
Expand All @@ -32,7 +35,8 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: "Check Repo Visibility"
- if: inputs.REPO_STATUS == ''
name: "Check Repo Visibility"
uses: credfeto/[email protected]
id: visibility
with:
Expand Down

0 comments on commit 2bd03a5

Please sign in to comment.