remove ga and fix gover

This commit is contained in:
jackyzha0 2021-07-17 01:18:59 -04:00
parent 6709f7ce99
commit 949596a487
3 changed files with 2 additions and 19 deletions

View File

@ -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 }}'

View File

@ -1,7 +1,7 @@
# 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
COPY . /home/src

View File

@ -1,5 +1,3 @@
# File generated by github.com/posener/goaction. DO NOT EDIT.
name: goaction-example
inputs:
input:
@ -10,6 +8,7 @@ inputs:
default: .
description: "Output Directory"
required: false
description: simple GitHub action to parse Markdown Links into a .yaml file for Hugo
runs:
using: docker
image: Dockerfile