Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin authored Jul 3, 2024
1 parent a2957a9 commit 57bb14c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
vercel_url = "osmosis-frontend-qtpf9r606-osmo-labs.vercel.app"
gh_out = f"environment_url={vercel_url}"
os.system(f'echo "{gh_out}" >> $GITHUB_OUTPUT')
os.system(f'echo "two=one" >> $GITHUB_OUTPUT')
os.system(f'echo "{gh_out}" >> $GITHUB_ENV')
os.system(f'echo "one=bar" >> $GITHUB_ENV')
os.system(f'echo Vercel deployment: "{gh_out}" >> $GITHUB_STEP_SUMMARY')

0 comments on commit 57bb14c

Please sign in to comment.