We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eeec46 commit bca6a41Copy full SHA for bca6a41
.github/workflows/goaction.yaml
@@ -10,5 +10,8 @@ jobs:
10
- name: Update action files
11
uses: posener/goaction@v1
12
with:
13
- name: goaction-example
+ 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.
17
github-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments