Skip to content

Commit

Permalink
Merge pull request #587 from ueckoken/set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar authored Jul 27, 2023
2 parents 2779ac1 + 3ad73d9 commit 69a2612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen_buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: 16
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
working-directory: ./client
- uses: actions/cache@v3
id: yarn-cache
Expand Down
2 changes: 1 addition & 1 deletion client/_proto/spec/v1/userdata_connectweb.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-connect-web v0.6.0 with parameter "target=js+dts"
// @generated by protoc-gen-connect-web v0.11.0 with parameter "target=js+dts"
// @generated from file spec/v1/userdata.proto (package spec.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion client/_proto/spec/v1/userdata_connectweb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-connect-web v0.6.0 with parameter "target=js+dts"
// @generated by protoc-gen-connect-web v0.11.0 with parameter "target=js+dts"
// @generated from file spec/v1/userdata.proto (package spec.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down

0 comments on commit 69a2612

Please sign in to comment.