Skip to content

Commit

Permalink
chore: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesouky committed Oct 23, 2024
1 parent f459e20 commit 5815971
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
BUILD_COMMAND: ${{ steps.set_command.outputs.command }}
steps:
- id: set_command
run: |
echo 'command<<EOF' >> "$GITHUB_OUTPUT"
echo 'echo "${{ secrets.CLUSTER_KEY }}" | base64 -d > cluster.key' >> "$GITHUB_OUTPUT"
echo 'EOF' >> "$GITHUB_OUTPUT"
run: echo "command='echo \"\${{ secrets.CLUSTER_KEY }}\" | base64 -d > cluster.key'" >> "$GITHUB_OUTPUT"
build:
name: Build and Push Docker Image
needs: set-common-values
Expand Down

0 comments on commit 5815971

Please sign in to comment.