Skip to content

Commit

Permalink
debugging github file
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed May 16, 2024
1 parent 9bfe204 commit 2e13f77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Set color
id: color-selector
shell: cmd
run: echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT"
run: |
echo "SELECTED_COLOR=green" >> "$GITHUB_OUTPUT"
type "$GITHUB_OUTPUT"
- name: Get color
env:
SELECTED_COLOR: ${{ steps.color-selector.outputs.SELECTED_COLOR }}
Expand Down

0 comments on commit 2e13f77

Please sign in to comment.