Skip to content

Commit

Permalink
small change in echo line
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Sep 4, 2024
1 parent 58b6d0e commit 777f1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
else
name="${{ inputs.artifact_name_override }}";
fi;
echo "Name resolved to: $name"
echo "Artifact name resolved to: $name"
echo "artifact-name=$name" >> $GITHUB_OUTPUT
outputs:
Expand Down

0 comments on commit 777f1fb

Please sign in to comment.