mirror of
https://github.com/jackyzha0/hugo-obsidian.git
synced 2024-06-14 11:42:35 +03:00
remove ga and fix gover
This commit is contained in:
parent
6709f7ce99
commit
949596a487
16
.github/workflows/goaction.yml
vendored
16
.github/workflows/goaction.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
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: hugo-obsidian
|
|
||||||
github-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
@ -1,7 +1,7 @@
|
|||||||
# File generated by github.com/posener/goaction. DO NOT EDIT.
|
# File generated by github.com/posener/goaction. DO NOT EDIT.
|
||||||
|
|
||||||
|
|
||||||
FROM golang:1.14.2-alpine3.11
|
FROM golang:1.16-alpine3.14
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
|
|
||||||
COPY . /home/src
|
COPY . /home/src
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# File generated by github.com/posener/goaction. DO NOT EDIT.
|
|
||||||
|
|
||||||
name: goaction-example
|
name: goaction-example
|
||||||
inputs:
|
inputs:
|
||||||
input:
|
input:
|
||||||
@ -10,6 +8,7 @@ inputs:
|
|||||||
default: .
|
default: .
|
||||||
description: "Output Directory"
|
description: "Output Directory"
|
||||||
required: false
|
required: false
|
||||||
|
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user