Skip to content

Commit

Permalink
Tweaking the names of the workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 9, 2024
1 parent 2f47be7 commit 5027f32
Show file tree
Hide file tree
Showing 63 changed files with 122 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-1password-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand All @@ -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 }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-aws-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-chamber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cloud-nuke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-cosign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-direnv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-driftwood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-editorconfig-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-eza.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-fd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-fzf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-gama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-git-cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-glow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-gocovsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 5027f32

Please sign in to comment.