Skip to content

Commit

Permalink
Update output.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsri01 authored Jan 30, 2025
1 parent c2dbbf5 commit ada428c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
uses: actions/checkout@v4
- name: set color
id: color-selector
run: echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT"
run: echo "SELECTED_COLOR=Black" > "$GITHUB_OUTPUT"
run: |
echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT"
echo "SELECTED_COLOR=Black" > "$GITHUB_OUTPUT"
- name: Get color
env:
SELECTED_COLOR: ${{ steps.color-selector.outputs.SELECTED_COLOR }}
Expand Down

0 comments on commit ada428c

Please sign in to comment.