Skip to content

Commit

Permalink
Update export_variables.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Jul 26, 2024
1 parent 5816423 commit 5585abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ echo "branch=$branch" >> "$GITHUB_OUTPUT"
echo "tf_scope=$tf_scope" >> "$GITHUB_OUTPUT"
echo "tmt_repo=$tmt_repo" >> "$GITHUB_OUTPUT"
echo "os_test=$os_test" >> "$GITHUB_OUTPUT"
echo "tmt_plan=^$tmt_plan" >> "$GITHUB_OUTPUT"
echo "tmt_plan=$tmt_plan" >> "$GITHUB_OUTPUT"
echo "context=$context" >> "$GITHUB_OUTPUT"
echo "compose=$compose" >> "$GITHUB_OUTPUT"
echo "test_name=$test_name" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 5585abf

Please sign in to comment.