Skip to content

Commit

Permalink
Fixed some template issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 1, 2024
1 parent b157e6d commit c1d39df
Show file tree
Hide file tree
Showing 31 changed files with 128 additions and 158 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-goreleaser-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goreleaser-pro \
# -r 'goreleaser/goreleaser-pro' -c '0 8 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goreleaser-pro -r 'goreleaser/goreleaser-pro' -c '0 8 * * *'
################################################################################

name: Build goreleaser-pro
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-goreleaser-pro.yml"
schedule:
- cron: '0 8 * * *'
schedule:
- cron: '0 8 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "goreleaser-pro-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/goreleaser-pro/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goreleaser \
# -r 'goreleaser/goreleaser' -c '10 8 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goreleaser -r 'goreleaser/goreleaser' -c '10 8 * * *'
################################################################################

name: Build goreleaser
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-goreleaser.yml"
schedule:
- cron: '10 8 * * *'
schedule:
- cron: '10 8 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "goreleaser-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/goreleaser/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gosec \
# -r 'securego/gosec' -c '20 8 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gosec -r 'securego/gosec' -c '20 8 * * *'
################################################################################

name: Build gosec
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-gosec.yml"
schedule:
- cron: '20 8 * * *'
schedule:
- cron: '20 8 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "gosec-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/gosec/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-gotestsum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gotestsum \
# -r 'gotestyourself/gotestsum' -c '30 8 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gotestsum -r 'gotestyourself/gotestsum' -c '30 8 * * *'
################################################################################

name: Build gotestsum
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-gotestsum.yml"
schedule:
- cron: '30 8 * * *'
schedule:
- cron: '30 8 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "gotestsum-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/gotestsum/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-gum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gum \
# -r 'charmbracelet/gum' -c '50 8 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gum -r 'charmbracelet/gum' -c '50 8 * * *'
################################################################################

name: Build gum
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-gum.yml"
schedule:
- cron: '50 8 * * *'
schedule:
- cron: '50 8 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "gum-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/gum/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hadolint \
# -r 'hadolint/hadolint' -c '0 9 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hadolint -r 'hadolint/hadolint' -c '0 9 * * *'
################################################################################

name: Build hadolint
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-hadolint.yml"
schedule:
- cron: '0 9 * * *'
schedule:
- cron: '0 9 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "hadolint-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/hadolint/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-hcledit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hcledit \
# -r 'minamijoyo/hcledit' -c '10 9 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hcledit -r 'minamijoyo/hcledit' -c '10 9 * * *'
################################################################################

name: Build hcledit
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-hcledit.yml"
schedule:
- cron: '10 9 * * *'
schedule:
- cron: '10 9 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "hcledit-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/hcledit/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hugo \
# -r 'gohugoio/hugo' -c '40 9 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hugo -r 'gohugoio/hugo' -c '40 9 * * *'
################################################################################

name: Build hugo
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-hugo.yml"
schedule:
- cron: '40 9 * * *'
schedule:
- cron: '40 9 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "hugo-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/hugo/dist"
lookup-only: true

Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/build-iamlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

################################################################################
# DO NOT EDIT THIS FILE!
#
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p iamlive \
# -r 'iann0036/iamlive' -c '00 10 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p iamlive -r 'iann0036/iamlive' -c '00 10 * * *'
################################################################################

name: Build iamlive
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-iamlive.yml"
schedule:
- cron: '00 10 * * *'
schedule:
- cron: "00 10 * * *"

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "iamlive-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/iamlive/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p infracost \
# -r 'infracost/infracost' -c '10 10 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p infracost -r 'infracost/infracost' -c '10 10 * * *'
################################################################################

name: Build infracost
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-infracost.yml"
schedule:
- cron: '10 10 * * *'
schedule:
- cron: '10 10 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "infracost-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/infracost/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-jp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p jp \
# -r 'jmespath-community/jp' -c '30 10 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p jp -r 'jmespath-community/jp' -c '30 10 * * *'
################################################################################

name: Build jp
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-jp.yml"
schedule:
- cron: '30 10 * * *'
schedule:
- cron: '30 10 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "jp-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/jp/dist"
lookup-only: true

Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/build-lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@

################################################################################
# DO NOT EDIT THIS FILE!
#
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p lefthook \
# -r 'evilmartians/lefthook' -c '50 10 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p lefthook -r 'evilmartians/lefthook' -c '50 10 * * *'
################################################################################

name: Build lefthook
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-lefthook.yml"
schedule:
- cron: '50 10 * * *'
schedule:
- cron: "50 10 * * *"

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "lefthook-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/lefthook/dist"
lookup-only: true

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/build-licensei.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
# DO NOT EDIT THIS FILE!
#
# 1. Edit the *.gotmpl.yml files instead.
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p licensei \
# -r 'goph/licensei' -c '00 11 * * *'
# 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p licensei -r 'goph/licensei' -c '00 11 * * *'
################################################################################

name: Build licensei
Expand All @@ -22,8 +21,8 @@ on:
branches: [main]
paths:
- ".github/workflows/build-licensei.yml"
schedule:
- cron: '00 11 * * *'
schedule:
- cron: '00 11 * * *'

defaults:
run:
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
uses: actions/cache/restore@v4
id: check
with:
key: "tenv-${{ steps.lookup_version.outputs.package_version }}"
key: "licensei-${{ steps.lookup_version.outputs.package_version }}"
path: "packages/licensei/dist"
lookup-only: true

Expand Down
Loading

0 comments on commit c1d39df

Please sign in to comment.