Skip to content

Commit

Permalink
Update git config
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Sep 6, 2022
1 parent d629670 commit 301462c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
node-version: 14
cache: "yarn"

- name: Set git config
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Install deps
# enabeling updating the lock file for a bug in yarn berry likely related to installing github
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
Expand All @@ -35,6 +40,11 @@ jobs:
node-version: 14
cache: "yarn"

- name: Set git config
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Install deps
# enabeling updating the lock file for a bug in yarn berry likely related to installing github
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn
Expand Down
2 changes: 1 addition & 1 deletion subgraphs/venus-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"dependencies": {
"hardhat": "^2.10.2",
"venus-protocol": "git@github.com:VenusProtocol/venus-protocol.git#b7e661096b94ed97631008ac33f83619d0ca08ff"
"venus-protocol": "https://github.com/VenusProtocol/venus-protocol.git#2808f20fa89c4c454a74589d140b59e7733db94b"
}
}
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19006,16 +19006,18 @@ __metadata:
resolution: "venus-governance@workspace:subgraphs/venus-governance"
dependencies:
hardhat: ^2.10.2
venus-protocol: "git@github.com:VenusProtocol/venus-protocol.git#b7e661096b94ed97631008ac33f83619d0ca08ff"
venus-protocol: "https://github.com/VenusProtocol/venus-protocol.git#2808f20fa89c4c454a74589d140b59e7733db94b"
languageName: unknown
linkType: soft

"venus-protocol@git@github.com:VenusProtocol/venus-protocol.git#b7e661096b94ed97631008ac33f83619d0ca08ff":
"venus-protocol@https://github.com/VenusProtocol/venus-protocol.git#2808f20fa89c4c454a74589d140b59e7733db94b":
version: 0.2.1
resolution: "venus-protocol@git@github.com:VenusProtocol/venus-protocol.git#commit=b7e661096b94ed97631008ac33f83619d0ca08ff"
resolution: "venus-protocol@https://github.com/VenusProtocol/venus-protocol.git#commit=2808f20fa89c4c454a74589d140b59e7733db94b"
dependencies:
dotenv: ^16.0.1
checksum: 76b23fcbbde761ef77b05a0157d44525743acf5937d513d43166893ae5b8de19cd6d31a3965b69a9dcee32c1ab96339d7ebe10a46228640e02f08243d8acde25
peerDependencies:
hardhat: ^2.10.1
checksum: f11b9228256fd705050a8d40518615b323f6a16a16f8ad6a39baf52a67469c251d2d323c9109b3c74ece188e713d82e71ef42972f3eac0c18b0e990e0b4e304c
languageName: node
linkType: hard

Expand Down

0 comments on commit 301462c

Please sign in to comment.