Update .gitea/workflows/hugo-build.yml
This commit is contained in:
@ -1,16 +1,19 @@
|
|||||||
name: Hugo Update Pipeline
|
name: Hugo Update Pipeline
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
workflow_dispatch:
|
||||||
types:
|
inputs:
|
||||||
- update-submodule
|
additionalProp1:
|
||||||
|
required: true
|
||||||
|
default: 'cat'
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: echo dispatch inputs
|
- name: echo dispatch inputs
|
||||||
run: echo ${inputs.additionalProp1}
|
run: echo ${{ inputs.additionalProp1 }}
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user