Skip to content

Commit

Permalink
Fixing all my typos
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
dmikusa committed Oct 20, 2023
1 parent 633478c commit 8b6594c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
repository: watchexec
tag_filter: ^v(1\.*)
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
- name: Watchexec CLI AMD64
- name: Watchexec CLI ARM64
id: watchexec
uses: docker://ghcr.io/paketo-buildpacks/actions/github-release-dependency:main
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Watchexec CLI AMD64
name: Update Watchexec CLI ARM64
"on":
schedule:
- cron: 0 5 * * 1-5
Expand Down Expand Up @@ -105,14 +105,14 @@ jobs:
- uses: peter-evans/create-pull-request@v5
with:
author: ${{ secrets.JAVA_GITHUB_USERNAME }} <${{ secrets.JAVA_GITHUB_USERNAME }}@users.noreply.github.com>
body: Bumps `Watchexec CLI AMD64` from `${{ steps.buildpack.outputs.old-version }}` to `${{ steps.buildpack.outputs.new-version }}`.
branch: update/buildpack/watchexec-cli-amd-64
body: Bumps `Watchexec CLI ARM64` from `${{ steps.buildpack.outputs.old-version }}` to `${{ steps.buildpack.outputs.new-version }}`.
branch: update/buildpack/watchexec-cli-arm-64
commit-message: |-
Bump Watchexec CLI AMD64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}
Bump Watchexec CLI ARM64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}
Bumps Watchexec CLI AMD64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}.
Bumps Watchexec CLI ARM64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}.
delete-branch: true
labels: ${{ steps.buildpack.outputs.version-label }}, type:dependency-upgrade
signoff: true
title: Bump Watchexec CLI AMD64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}
title: Bump Watchexec CLI ARM64 from ${{ steps.buildpack.outputs.old-version }} to ${{ steps.buildpack.outputs.new-version }}
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,26 @@ api = "0.7"
pre-package = "scripts/build.sh"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.5:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.23.0:*:*:*:*:*:*:*"]
id = "watchexec"
name = "Watchexec"
purl = "pkg:generic/watchexec@1.20.5?arch=amd64"
purl = "pkg:generic/watchexec@1.23.0?arch=amd64"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v1.23.0.tar.gz"
source-sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
stacks = ["*"]
sha256 = "33e091870736833b77b103a8e7268c0ae66d756b8d71203405353eb9d40774f2"
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.5/watchexec-1.20.5-x86_64-unknown-linux-musl.tar.xz"
uri = "https://github.com/watchexec/watchexec/releases/download/cli-v1.23.0/watchexec-1.23.0-x86_64-unknown-linux-musl.tar.xz"
version = "1.23.0"

[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://github.com/watchexec/watchexec/blob/main/LICENSE"

[[metadata.dependencies]]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.20.5:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:watchexec:watchexec:1.23.0:*:*:*:*:*:*:*"]
id = "watchexec"
name = "Watchexec"
purl = "pkg:generic/watchexec@1.20.5?arch=arm64"
purl = "pkg:generic/watchexec@1.23.0?arch=arm64"
source = "https://github.com/watchexec/watchexec/archive/refs/tags/v1.23.0.tar.gz"
source-sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
stacks = ["*"]
Expand Down

0 comments on commit 8b6594c

Please sign in to comment.