Skip to content

Commit

Permalink
fix depup config
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 4, 2024
1 parent ab3f525 commit 4bc7c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/rdf/Dockerfile
file: proto/Dockerfile
version_name: PROTOC_VERSION
repo: protocolbuffers/protobuf

Expand All @@ -24,7 +24,7 @@ jobs:
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/rdf/Dockerfile
file: proto/Dockerfile
version_name: PROTOC_GEN_GO_VERSION
repo: protocolbuffers/protobuf-go

Expand All @@ -35,6 +35,6 @@ jobs:
- uses: haya14busa/action-depup/with-pr@v1
id: depup
with:
file: proto/rdf/Dockerfile
file: proto/Dockerfile
version_name: PROTOC_GEN_JSONSCHEMA_VERSION
repo: chrusty/protoc-gen-jsonschema

0 comments on commit 4bc7c42

Please sign in to comment.