mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
17 lines
354 B
YAML
17 lines
354 B
YAML
|
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 }}'
|