Skip to content

Commit bca6a41

Browse files
committed
Add name and desc
1 parent 3eeec46 commit bca6a41

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/goaction.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
- name: Update action files
1111
uses: posener/goaction@v1
1212
with:
13-
name: goaction-example
13+
name: fetch-gh-release-binary
14+
desc: |
15+
GitHub Action to download binaries from GitHub releases and make them
16+
available for use in later steps.
1417
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)