diff --git a/.github/workflows/goaction.yml b/.github/workflows/goaction.yml deleted file mode 100644 index bcf5f2b..0000000 --- a/.github/workflows/goaction.yml +++ /dev/null @@ -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 }}' diff --git a/Dockerfile b/Dockerfile index 1253dfc..5ccf524 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/action.yml b/action.yml index 1c23235..5c22d38 100644 --- a/action.yml +++ b/action.yml @@ -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