add goaction

This commit is contained in:
jackyzha0 2021-07-17 00:53:38 -04:00
parent ddc0d2feb8
commit 20006073e3

16
.github/workflows/goaction.yml vendored Normal file
View File

@ -0,0 +1,16 @@
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
goaction:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Update action files
uses: posener/goaction@v1
with:
name: goaction-example
github-token: '${{ secrets.GITHUB_TOKEN }}'