Skip to content

Commit

Permalink
fix: unnecessary logic on CI ephemeral (#26644)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6a4043d)
  • Loading branch information
dpgaspar authored and michael-s-molina committed Jan 18, 2024
1 parent b9a92b4 commit d9905c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
shell: bash
run: |
if [ -n "${{ (secrets.AWS_ACCESS_KEY_ID != '' &&
secrets.AWS_ACCESS_KEY_ID != '' &&
secrets.AWS_SECRET_ACCESS_KEY != '' &&
secrets.AWS_SECRET_ACCESS_KEY != '') || '' }}" ]; then
echo "has-secrets=1" >> "$GITHUB_OUTPUT"
echo "has secrets!"
Expand Down

0 comments on commit d9905c6

Please sign in to comment.