Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin authored Jul 3, 2024
1 parent 57bb14c commit 4c2628e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
python -m pip install requests
python main.py
- name: Echo GITHUB_OUTPUT
run: echo "$GITHUB_OUTPUT"
env:
SELECTED_COLOR: ${{ steps.vercel.outputs.SELECTED_COLOR }}
run: echo "$SELECTED_COLOR"
- name: Echo GITHUB_ENV
run: echo "$GITHUB_ENV"

0 comments on commit 4c2628e

Please sign in to comment.