From 20006073e3580ee9ef112fde58bb56efc20047e4 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 17 Jul 2021 00:53:38 -0400 Subject: [PATCH] add goaction --- .github/workflows/goaction.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/goaction.yml diff --git a/.github/workflows/goaction.yml b/.github/workflows/goaction.yml new file mode 100644 index 0000000..5eae5d6 --- /dev/null +++ b/.github/workflows/goaction.yml @@ -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 }}'