Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn authored Jan 4, 2022
1 parent 4a05504 commit a0ee010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Get full release data"
name: "Github release data"
author: Kevin Rohn
description: "Get all data from Github release of a given repository."

Expand Down Expand Up @@ -310,4 +310,4 @@ runs:
echo "INFO: Release published_at ${{ steps.release_data.outputs.published_at }}"
echo "INFO: Release assets_array_json ${{ fromJSON(steps.release_data.outputs.assets_array_json) }}"
echo "INFO: Release author_json ${{ fromJSON(steps.release_data.outputs.author_json) }}"
echo "::endgroup::"
echo "::endgroup::"

0 comments on commit a0ee010

Please sign in to comment.