Skip to content

Commit

Permalink
ci: test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Aug 13, 2023
1 parent da20918 commit 987f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
else
result="false"
fi
echo "result=$result" >> $GITHUB_OUTPUT
echo "my_variable=$result" >> $GITHUB_OUTPUT
- name: Context for steps
env:
Expand Down

0 comments on commit 987f93b

Please sign in to comment.