Compare commits
No commits in common. "9d63578f9576b6394939f8767573f59082333916" and "873b3a66d70170edd13d067bcd7de4929c1fdcb5" have entirely different histories.
9d63578f95
...
873b3a66d7
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
|
||||
# - name: env-toml-file
|
||||
# uses: SebRollen/toml-action@v1.2.0
|
||||
# id: read_toml
|
||||
# with:
|
||||
# file: 'hugo.toml'
|
||||
# field: 'params.environment'
|
||||
|
||||
# - name: Echo environment
|
||||
# run: echo "Environment is ${{ steps.read_toml.outputs.value }}"
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue