Skip to content

Commit

Permalink
github secret test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhjkim committed Sep 10, 2024
1 parent 1fe0900 commit 1ae86b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
TEST: test
run: |
echo "ETH_RPC_URL: $ETH_RPC_URL"
echo ${{ secrets.ETH_RPC_URL }} | sed 's/./& /g' | cut -d ' ' -f1-10
echo "test #1 $(echo "${{ secrets.ETH_RPC_URL }}" | sed 's/./& /g' | cut -d ' ' -f1-10)"
echo "test #2 $(echo "$ETH_RPC_URL" | sed 's/./& /g' | cut -d ' ' -f1-10)"
echo "TEST: $TEST"
if [ -z "$ETH_RPC_URL" ]; then
echo "Error: ETH_RPC_URL is not set"
Expand Down

0 comments on commit 1ae86b6

Please sign in to comment.