diff --git a/.github/workflows/_build-and-cache.yml b/.github/workflows/_build-and-cache.yml index 7728851..9a77431 100644 --- a/.github/workflows/_build-and-cache.yml +++ b/.github/workflows/_build-and-cache.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Build and cache" +name: "🎯 Build and cache" on: workflow_call: inputs: @@ -29,7 +29,7 @@ permissions: read-all jobs: generate: runs-on: ubuntu-latest - name: Build and cache + name: "📦 Build and cache" strategy: fail-fast: false @@ -60,7 +60,7 @@ jobs: key: "build-cache-${{ inputs.package-name }}-${{ inputs.package-version }}-musl-x86_64" path: "/usr/bin/${{ inputs.package-name }}_musl_amd64" - - name: Build the package + - name: "📦 Build the package" working-directory: packages/${{ inputs.package-name }} env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/_build-musl.yml b/.github/workflows/_build-musl.yml index 97e3f0f..327bdeb 100644 --- a/.github/workflows/_build-musl.yml +++ b/.github/workflows/_build-musl.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Build packages for musl" +name: "🎯 Build packages for musl" on: workflow_call: inputs: diff --git a/.github/workflows/build-1password-cli.yml b/.github/workflows/build-1password-cli.yml index 4536501..1c677f9 100644 --- a/.github/workflows/build-1password-cli.yml +++ b/.github/workflows/build-1password-cli.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: Build 1password-cli +name: "📦 Build 1password-cli" on: workflow_dispatch: push: @@ -69,7 +69,7 @@ jobs: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup runs-on: ubuntu-latest - name: Build and cache + name: "📦 Build and cache" strategy: fail-fast: false @@ -86,7 +86,7 @@ jobs: with: ref: ${{ github.base_ref }} - - name: Build the package + - name: "📦 Build the package" working-directory: packages/1password-cli env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/build-actionlint.yml b/.github/workflows/build-actionlint.yml index 6ddb7ce..5640d79 100644 --- a/.github/workflows/build-actionlint.yml +++ b/.github/workflows/build-actionlint.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p actionlint -r 'rhysd/actionlint' -c '10 0 * * *' ################################################################################ -name: Build actionlint +name: "📦 Build actionlint" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-aws-vault.yml b/.github/workflows/build-aws-vault.yml index 03fe389..c529fe9 100644 --- a/.github/workflows/build-aws-vault.yml +++ b/.github/workflows/build-aws-vault.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p aws-vault -r '99designs/aws-vault' -c '50 0 * * *' ################################################################################ -name: Build aws-vault +name: "📦 Build aws-vault" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-chamber.yml b/.github/workflows/build-chamber.yml index bb8ba40..a2a2183 100644 --- a/.github/workflows/build-chamber.yml +++ b/.github/workflows/build-chamber.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p chamber -r 'segmentio/chamber' -c '20 2 * * *' ################################################################################ -name: Build chamber +name: "📦 Build chamber" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-cloud-nuke.yml b/.github/workflows/build-cloud-nuke.yml index 42642a7..2618e98 100644 --- a/.github/workflows/build-cloud-nuke.yml +++ b/.github/workflows/build-cloud-nuke.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p cloud-nuke -r 'gruntwork-io/cloud-nuke' -c '40 2 * * *' ################################################################################ -name: Build cloud-nuke +name: "📦 Build cloud-nuke" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-cosign.yml b/.github/workflows/build-cosign.yml index f1139fd..cff5879 100644 --- a/.github/workflows/build-cosign.yml +++ b/.github/workflows/build-cosign.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p cosign -r 'sigstore/cosign' -c '10 3 * * *' ################################################################################ -name: Build cosign +name: "📦 Build cosign" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-direnv.yml b/.github/workflows/build-direnv.yml index 6769dcc..5650a75 100644 --- a/.github/workflows/build-direnv.yml +++ b/.github/workflows/build-direnv.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p direnv -r 'direnv/direnv' -c '30 3 * * *' ################################################################################ -name: Build direnv +name: "📦 Build direnv" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-dive.yml b/.github/workflows/build-dive.yml index d8ee362..5bfadf5 100644 --- a/.github/workflows/build-dive.yml +++ b/.github/workflows/build-dive.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p dive -r 'wagoodman/dive' -c '40 3 * * *' ################################################################################ -name: Build dive +name: "📦 Build dive" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-driftwood.yml b/.github/workflows/build-driftwood.yml index b40307b..73426ae 100644 --- a/.github/workflows/build-driftwood.yml +++ b/.github/workflows/build-driftwood.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p driftwood -r 'trufflesecurity/driftwood' -c '10 4 * * *' ################################################################################ -name: Build driftwood +name: "📦 Build driftwood" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-editorconfig-checker.yml b/.github/workflows/build-editorconfig-checker.yml index 4decf84..ecde1d0 100644 --- a/.github/workflows/build-editorconfig-checker.yml +++ b/.github/workflows/build-editorconfig-checker.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p editorconfig-checker -r 'editorconfig-checker/editorconfig-checker' -c '30 4 * * *' ################################################################################ -name: Build editorconfig-checker +name: "📦 Build editorconfig-checker" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-eza.yml b/.github/workflows/build-eza.yml index 68093f1..f0942da 100644 --- a/.github/workflows/build-eza.yml +++ b/.github/workflows/build-eza.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p eza -r 'eza-community/eza' -c '40 4 * * *' ################################################################################ -name: Build eza +name: "📦 Build eza" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-fd.yml b/.github/workflows/build-fd.yml index 59357cb..0554957 100644 --- a/.github/workflows/build-fd.yml +++ b/.github/workflows/build-fd.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p fd -r 'sharkdp/fd' -c '50 4 * * *' ################################################################################ -name: Build fd +name: "📦 Build fd" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-freeze.yml b/.github/workflows/build-freeze.yml index 5c05ab6..b288cf5 100644 --- a/.github/workflows/build-freeze.yml +++ b/.github/workflows/build-freeze.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p freeze -r 'charmbracelet/freeze' -c '20 5 * * *' ################################################################################ -name: Build freeze +name: "📦 Build freeze" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-fzf.yml b/.github/workflows/build-fzf.yml index f443452..6ae6076 100644 --- a/.github/workflows/build-fzf.yml +++ b/.github/workflows/build-fzf.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p fzf -r 'junegunn/fzf' -c '40 5 * * *' ################################################################################ -name: Build fzf +name: "📦 Build fzf" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gama.yml b/.github/workflows/build-gama.yml index 5d44e0c..cc966a4 100644 --- a/.github/workflows/build-gama.yml +++ b/.github/workflows/build-gama.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gama -r 'termkit/gama' -c '10 15 * * *' ################################################################################ -name: Build gama +name: "📦 Build gama" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gh.yml b/.github/workflows/build-gh.yml index ba696dc..a47e936 100644 --- a/.github/workflows/build-gh.yml +++ b/.github/workflows/build-gh.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gh -r 'cli/cli' -c '50 5 * * *' ################################################################################ -name: Build gh +name: "📦 Build gh" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-git-cliff.yml b/.github/workflows/build-git-cliff.yml index 091b5b3..d55019c 100644 --- a/.github/workflows/build-git-cliff.yml +++ b/.github/workflows/build-git-cliff.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p git-cliff -r 'orhun/git-cliff' -c '0 6 * * *' ################################################################################ -name: Build git-cliff +name: "📦 Build git-cliff" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-glow.yml b/.github/workflows/build-glow.yml index 67140e7..fbd40be 100644 --- a/.github/workflows/build-glow.yml +++ b/.github/workflows/build-glow.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p glow -r 'charmbracelet/glow' -c '20 15 * * *' ################################################################################ -name: Build glow +name: "📦 Build glow" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gocovsh.yml b/.github/workflows/build-gocovsh.yml index 431d014..588649b 100644 --- a/.github/workflows/build-gocovsh.yml +++ b/.github/workflows/build-gocovsh.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gocovsh -r 'orlangure/gocovsh' -c '40 6 * * *' ################################################################################ -name: Build gocovsh +name: "📦 Build gocovsh" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-golangci-lint.yml b/.github/workflows/build-golangci-lint.yml index 34a2d9d..2476362 100644 --- a/.github/workflows/build-golangci-lint.yml +++ b/.github/workflows/build-golangci-lint.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p golangci-lint -r 'golangci/golangci-lint' -c '0 7 * * *' ################################################################################ -name: Build golangci-lint +name: "📦 Build golangci-lint" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-golines.yml b/.github/workflows/build-golines.yml index 639cf2c..73d2f70 100644 --- a/.github/workflows/build-golines.yml +++ b/.github/workflows/build-golines.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p golines -r 'segmentio/golines' -c '10 7 * * *' ################################################################################ -name: Build golines +name: "📦 Build golines" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-goplicate.yml b/.github/workflows/build-goplicate.yml index 01a2821..dbe5343 100644 --- a/.github/workflows/build-goplicate.yml +++ b/.github/workflows/build-goplicate.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goplicate -r 'ilaif/goplicate' -c '40 7 * * *' ################################################################################ -name: Build goplicate +name: "📦 Build goplicate" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-goreleaser-pro.yml b/.github/workflows/build-goreleaser-pro.yml index 1c75bb0..a491cde 100644 --- a/.github/workflows/build-goreleaser-pro.yml +++ b/.github/workflows/build-goreleaser-pro.yml @@ -10,7 +10,7 @@ # 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 +name: "📦 Build goreleaser-pro" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-goreleaser.yml b/.github/workflows/build-goreleaser.yml index 20db857..cf19467 100644 --- a/.github/workflows/build-goreleaser.yml +++ b/.github/workflows/build-goreleaser.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p goreleaser -r 'goreleaser/goreleaser' -c '10 8 * * *' ################################################################################ -name: Build goreleaser +name: "📦 Build goreleaser" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gosec.yml b/.github/workflows/build-gosec.yml index 8824c51..35d5433 100644 --- a/.github/workflows/build-gosec.yml +++ b/.github/workflows/build-gosec.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gosec -r 'securego/gosec' -c '20 8 * * *' ################################################################################ -name: Build gosec +name: "📦 Build gosec" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gotestsum.yml b/.github/workflows/build-gotestsum.yml index 477bd0e..a00778a 100644 --- a/.github/workflows/build-gotestsum.yml +++ b/.github/workflows/build-gotestsum.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gotestsum -r 'gotestyourself/gotestsum' -c '30 8 * * *' ################################################################################ -name: Build gotestsum +name: "📦 Build gotestsum" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-gum.yml b/.github/workflows/build-gum.yml index 9270954..88978f3 100644 --- a/.github/workflows/build-gum.yml +++ b/.github/workflows/build-gum.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p gum -r 'charmbracelet/gum' -c '50 8 * * *' ################################################################################ -name: Build gum +name: "📦 Build gum" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-hadolint.yml b/.github/workflows/build-hadolint.yml index 8b332f1..7bcb2d3 100644 --- a/.github/workflows/build-hadolint.yml +++ b/.github/workflows/build-hadolint.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hadolint -r 'hadolint/hadolint' -c '0 9 * * *' ################################################################################ -name: Build hadolint +name: "📦 Build hadolint" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-hcledit.yml b/.github/workflows/build-hcledit.yml index c574150..94386e1 100644 --- a/.github/workflows/build-hcledit.yml +++ b/.github/workflows/build-hcledit.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hcledit -r 'minamijoyo/hcledit' -c '10 9 * * *' ################################################################################ -name: Build hcledit +name: "📦 Build hcledit" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-hugo.yml b/.github/workflows/build-hugo.yml index 4da9314..eec1008 100644 --- a/.github/workflows/build-hugo.yml +++ b/.github/workflows/build-hugo.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p hugo -r 'gohugoio/hugo' -c '40 9 * * *' ################################################################################ -name: Build hugo +name: "📦 Build hugo" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-iamlive.yml b/.github/workflows/build-iamlive.yml index cbff062..440593d 100644 --- a/.github/workflows/build-iamlive.yml +++ b/.github/workflows/build-iamlive.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p iamlive -r 'iann0036/iamlive' -c '00 10 * * *' ################################################################################ -name: Build iamlive +name: "📦 Build iamlive" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-infracost.yml b/.github/workflows/build-infracost.yml index 27571d8..fa57173 100644 --- a/.github/workflows/build-infracost.yml +++ b/.github/workflows/build-infracost.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p infracost -r 'infracost/infracost' -c '10 10 * * *' ################################################################################ -name: Build infracost +name: "📦 Build infracost" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-jenkins-remoting-runner.yml b/.github/workflows/build-jenkins-remoting-runner.yml index 6faec60..63a7c06 100644 --- a/.github/workflows/build-jenkins-remoting-runner.yml +++ b/.github/workflows/build-jenkins-remoting-runner.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p jenkins-remoting-runner -r '@@TODO@@' -c '20 10 * * *' ################################################################################ -name: Build jenkins-remoting-runner +name: "📦 Build jenkins-remoting-runner" on: workflow_dispatch: push: @@ -82,7 +82,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-jp.yml b/.github/workflows/build-jp.yml index 4b094f4..bb7566e 100644 --- a/.github/workflows/build-jp.yml +++ b/.github/workflows/build-jp.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p jp -r 'jmespath-community/jp' -c '30 10 * * *' ################################################################################ -name: Build jp +name: "📦 Build jp" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-jq.yml b/.github/workflows/build-jq.yml index 19a11b4..ca88190 100644 --- a/.github/workflows/build-jq.yml +++ b/.github/workflows/build-jq.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p jq -r 'jqlang/jq' -c '40 10 * * *' ################################################################################ -name: Build jq +name: "📦 Build jq" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-lefthook.yml b/.github/workflows/build-lefthook.yml index 5ef1f38..90ca94e 100644 --- a/.github/workflows/build-lefthook.yml +++ b/.github/workflows/build-lefthook.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p lefthook -r 'evilmartians/lefthook' -c '50 10 * * *' ################################################################################ -name: Build lefthook +name: "📦 Build lefthook" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-licensei.yml b/.github/workflows/build-licensei.yml index e3a3e71..1ff88a6 100644 --- a/.github/workflows/build-licensei.yml +++ b/.github/workflows/build-licensei.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p licensei -r 'goph/licensei' -c '00 11 * * *' ################################################################################ -name: Build licensei +name: "📦 Build licensei" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-lychee.yml b/.github/workflows/build-lychee.yml index b2ee514..69190d2 100644 --- a/.github/workflows/build-lychee.yml +++ b/.github/workflows/build-lychee.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: Build lychee +name: "📦 Build lychee" "on": workflow_dispatch: null @@ -87,7 +87,7 @@ jobs: if: needs.lookup.outputs.cache_hit != 'true' # needs: compile needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-nfpm.yml b/.github/workflows/build-nfpm.yml index 6903319..bc064cc 100644 --- a/.github/workflows/build-nfpm.yml +++ b/.github/workflows/build-nfpm.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p nfpm -r 'goreleaser/nfpm' -c '40 11 * * *' ################################################################################ -name: Build nfpm +name: "📦 Build nfpm" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-osv-scanner.yml b/.github/workflows/build-osv-scanner.yml index b9379a6..dde56ac 100644 --- a/.github/workflows/build-osv-scanner.yml +++ b/.github/workflows/build-osv-scanner.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p osv-scanner -r 'google/osv-scanner' -c '10 12 * * *' ################################################################################ -name: Build osv-scanner +name: "📦 Build osv-scanner" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-pandoc3.yml b/.github/workflows/build-pandoc3.yml index b74fcd8..413f29a 100644 --- a/.github/workflows/build-pandoc3.yml +++ b/.github/workflows/build-pandoc3.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p pandoc3 -r 'jgm/pandoc' -c '20 12 * * *' ################################################################################ -name: Build pandoc3 +name: "📦 Build pandoc3" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-shellcheck.yml b/.github/workflows/build-shellcheck.yml index 6c51d97..d01163c 100644 --- a/.github/workflows/build-shellcheck.yml +++ b/.github/workflows/build-shellcheck.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p shellcheck -r 'koalaman/shellcheck' -c '20 13 * * *' ################################################################################ -name: Build shellcheck +name: "📦 Build shellcheck" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-shfmt.yml b/.github/workflows/build-shfmt.yml index 0a8f739..9ffc2d6 100644 --- a/.github/workflows/build-shfmt.yml +++ b/.github/workflows/build-shfmt.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p shfmt -r 'mvdan/sh' -c '30 13 * * *' ################################################################################ -name: Build shfmt +name: "📦 Build shfmt" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-sops.yml b/.github/workflows/build-sops.yml index 71afc62..08778a3 100644 --- a/.github/workflows/build-sops.yml +++ b/.github/workflows/build-sops.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p sops -r 'getsops/sops' -c '50 13 * * *' ################################################################################ -name: Build sops +name: "📦 Build sops" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-syft.yml b/.github/workflows/build-syft.yml index fff0e96..4be84ca 100644 --- a/.github/workflows/build-syft.yml +++ b/.github/workflows/build-syft.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p syft -r 'anchore/syft' -c '00 14 * * *' ################################################################################ -name: Build syft +name: "📦 Build syft" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-tenv.yml b/.github/workflows/build-tenv.yml index 9860adf..2ea7227 100644 --- a/.github/workflows/build-tenv.yml +++ b/.github/workflows/build-tenv.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p tenv -r 'tofuutils/tenv' -c '20 14 * * *' ################################################################################ -name: Build tenv +name: "📦 Build tenv" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-terraform-docs.yml b/.github/workflows/build-terraform-docs.yml index 966fec4..a2a987b 100644 --- a/.github/workflows/build-terraform-docs.yml +++ b/.github/workflows/build-terraform-docs.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p terraform-docs -r 'terraform-docs/terraform-docs' -c '30 14 * * *' ################################################################################ -name: Build terraform-docs +name: "📦 Build terraform-docs" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-tflint.yml b/.github/workflows/build-tflint.yml index d1e14b7..1fee378 100644 --- a/.github/workflows/build-tflint.yml +++ b/.github/workflows/build-tflint.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p tflint -r 'terraform-linters/tflint' -c '40 15 * * *' ################################################################################ -name: Build tflint +name: "📦 Build tflint" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-tfschema.yml b/.github/workflows/build-tfschema.yml index 9590dd6..157934b 100644 --- a/.github/workflows/build-tfschema.yml +++ b/.github/workflows/build-tfschema.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p tfschema -r 'minamijoyo/tfschema' -c '50 15 * * *' ################################################################################ -name: Build tfschema +name: "📦 Build tfschema" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-tomljson.yml b/.github/workflows/build-tomljson.yml index a3b1818..a085784 100644 --- a/.github/workflows/build-tomljson.yml +++ b/.github/workflows/build-tomljson.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p tomljson -r 'pelletier/go-toml' -c '00 16 * * *' ################################################################################ -name: Build tomljson +name: "📦 Build tomljson" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-trivy.yml b/.github/workflows/build-trivy.yml index 83588a3..132b101 100644 --- a/.github/workflows/build-trivy.yml +++ b/.github/workflows/build-trivy.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p trivy -r 'aquasecurity/trivy' -c '10 16 * * *' ################################################################################ -name: Build trivy +name: "📦 Build trivy" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-trufflehog.yml b/.github/workflows/build-trufflehog.yml index f5a6fc3..62cb2fa 100644 --- a/.github/workflows/build-trufflehog.yml +++ b/.github/workflows/build-trufflehog.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p trufflehog -r 'trufflesecurity/trufflehog' -c '20 16 * * *' ################################################################################ -name: Build trufflehog +name: "📦 Build trufflehog" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-woke.yml b/.github/workflows/build-woke.yml index 6dcf9c8..15d2679 100644 --- a/.github/workflows/build-woke.yml +++ b/.github/workflows/build-woke.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p woke -r 'get-woke/woke' -c '10 17 * * *' ################################################################################ -name: Build woke +name: "📦 Build woke" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/build-yamlfmt.yml b/.github/workflows/build-yamlfmt.yml index f841f64..236d823 100644 --- a/.github/workflows/build-yamlfmt.yml +++ b/.github/workflows/build-yamlfmt.yml @@ -10,7 +10,7 @@ # 2. go run generate-workflow.go -t _download-and-package.gotmpl.yml -p yamlfmt -r 'google/yamlfmt' -c '20 17 * * *' ################################################################################ -name: Build yamlfmt +name: "📦 Build yamlfmt" on: workflow_dispatch: push: @@ -75,7 +75,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: diff --git a/.github/workflows/generate-apk-meta.yml b/.github/workflows/generate-apk-meta.yml index 4cb1834..556ac1e 100644 --- a/.github/workflows/generate-apk-meta.yml +++ b/.github/workflows/generate-apk-meta.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Generate APK metadata" +name: "🎯 Generate APK metadata" on: workflow_dispatch: workflow_call: diff --git a/.github/workflows/generate-deb-meta.yml b/.github/workflows/generate-deb-meta.yml index 33980f1..d756052 100644 --- a/.github/workflows/generate-deb-meta.yml +++ b/.github/workflows/generate-deb-meta.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Generate DEB metadata" +name: "🎯 Generate DEB metadata" on: workflow_dispatch: workflow_call: diff --git a/.github/workflows/generate-rpm-meta.yml b/.github/workflows/generate-rpm-meta.yml index 51102bc..8b2aea4 100644 --- a/.github/workflows/generate-rpm-meta.yml +++ b/.github/workflows/generate-rpm-meta.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Generate RPM metadata" +name: "🎯 Generate RPM metadata" on: workflow_dispatch: workflow_call: diff --git a/.github/workflows/rebuild-all-images.yml b/.github/workflows/rebuild-all-images.yml index 4e1cd39..ea9b61a 100644 --- a/.github/workflows/rebuild-all-images.yml +++ b/.github/workflows/rebuild-all-images.yml @@ -74,7 +74,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build the Docker image (multiarch) + - name: "📦 Build the Docker image (multiarch)" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | diff --git a/.github/workflows/rebuild-images.yml b/.github/workflows/rebuild-images.yml index 34d0507..e8a2fd7 100644 --- a/.github/workflows/rebuild-images.yml +++ b/.github/workflows/rebuild-images.yml @@ -70,7 +70,7 @@ jobs: matrix: dockerfile: ${{ fromJson(needs.generate.outputs.dockerfiles) }} - name: Build ${{ matrix.dockerfile }} + name: "📦 Build ${{ matrix.dockerfile }}" # Steps represent a sequence of tasks that will be executed as part of the job. steps: @@ -101,7 +101,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Build the Docker image (multiarch) + - name: "📦 Build the Docker image (multiarch)" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | diff --git a/.github/workflows/upload-to-s3.yml b/.github/workflows/upload-to-s3.yml index 154c8b0..d273dc8 100644 --- a/.github/workflows/upload-to-s3.yml +++ b/.github/workflows/upload-to-s3.yml @@ -3,7 +3,7 @@ # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. -name: "Step: Upload to S3" +name: "🎯 Upload to S3" on: workflow_call: inputs: diff --git a/_download-and-package.gotmpl.yml b/_download-and-package.gotmpl.yml index 3ef3ebd..77b1dd8 100644 --- a/_download-and-package.gotmpl.yml +++ b/_download-and-package.gotmpl.yml @@ -5,7 +5,7 @@ {{ .DoNotEdit }} -name: Build {{ .Package }} +name: "📦 Build {{ .Package }}" on: workflow_dispatch: push: @@ -70,7 +70,7 @@ jobs: build: if: needs.lookup.outputs.cache_hit != 'true' needs: lookup - name: Build and cache + name: "📦 Build and cache" uses: northwood-labs/package-building/.github/workflows/_build-and-cache.yml@main secrets: inherit with: