Skip to content

Commit

Permalink
Is this a joke
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Nov 8, 2024
1 parent 1a1dc72 commit a9ff137
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: |
$action_state # This will output 'yellow' (will it though)
"$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 a9ff137

Please sign in to comment.