Skip to content

Commit

Permalink
Put env file check
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Mar 21, 2024
1 parent 60a8f9f commit 40707da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/internal-archive-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
ref: ${{ inputs.sha || 'main' }}

- name: "Setup Environment Variables - ./scripts/env-setup.sh"
run: source ./scripts/env-setup.sh
run: [[ -f './scripts/env-setup.sh' ]] && source ./scripts/env-setup.sh

- name: "Setup Environment Variables - Secrets Context"
uses: actions/github-script@v7
Expand Down

0 comments on commit 40707da

Please sign in to comment.