Skip to content

Commit

Permalink
These people are crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Nov 8, 2024
1 parent fd7da30 commit 1a1dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Use the value
id: step_two
run: |
printf '%s\n' "$action_state" # This will output 'yellow'
$action_state # This will output 'yellow' (will it though)
# - name: Build project
# run: dotnet build -bl:build.binlog --configuration Release
Expand Down

0 comments on commit 1a1dc72

Please sign in to comment.