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 4fa6de5 commit 4d94693
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@ jobs:
run: echo "$SELECTED_COLOR"
- name: Echo GITHUB_ENV
run: echo "$GITHUB_ENV"
use-output:
runs-on: ubuntu-latest
needs: wait-for-deployment
steps:
- name: Echo GITHUB_OUTPUT
env:
SELECTED_COLOR: ${{ needs.wait-for-deployment.outputs.SELECTED_COLOR }}
run: echo "$SELECTED_COLOR"

0 comments on commit 4d94693

Please sign in to comment.