Skip to content

Commit

Permalink
github secret test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhjkim committed Sep 10, 2024
1 parent b86beb5 commit 1fe0900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
TEST: test
run: |
echo "ETH_RPC_URL: $ETH_RPC_URL"
echo "ETH_RPC_URL_2: ${{ secrets.ETH_RPC_URL }}"
echo ${{ secrets.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 1fe0900

Please sign in to comment.