Skip to content

Commit

Permalink
Another PR is required?
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 30, 2024
1 parent 20ce053 commit 0eed109
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
include(joinpath(pwd(), "gen", "make.jl"))
(; tarball_path, tarball_sha256, new_version, commit_message) = update_tzdata()
key = basename(tarball_path) * "-" * tarball_sha256
commit_message *= " (1)"
@show key tarball_path commit_message
open(ENV["GITHUB_OUTPUT"], "a") do io
println(io, "key=$key")
Expand All @@ -64,5 +63,5 @@ jobs:
Project.toml
Artifacts.toml
commit-message: ${{ steps.build.outputs.commit_message }}
branch: gh/update-tzdata
branch: gh/update-tzdata1
token: ${{ secrets.TZJDATA_UPDATE_TOKEN }}

0 comments on commit 0eed109

Please sign in to comment.