Skip to content

Commit

Permalink
Update test_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Aug 23, 2024
1 parent 649e8b1 commit 2fd0689
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ jobs:
echo "the secret is: "
echo "$TEST_SECRET"
echo "***********************"
echo "$TEST_SECRET" | awk '$1=$1' FS= OFS=" "
touch .env
echo TEST_SECRET = $TEST_SECRET >> .env
cat .env | awk '$1=$1' FS= OFS=" "

0 comments on commit 2fd0689

Please sign in to comment.