mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
add goaction
This commit is contained in:
parent
ddc0d2feb8
commit
20006073e3
16
.github/workflows/goaction.yml
vendored
Normal file
16
.github/workflows/goaction.yml
vendored
Normal 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 }}'
|
Loading…
Reference in New Issue
Block a user