Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinrany committed Mar 25, 2021
1 parent 78e81ad commit 2812a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

const childProcess = require('child_process');

childProcess.execSync('npm install @actions/core @actions/github @actions/exec');
childProcess.execSync('npm install @actions/core @actions/http-client@1.0.9 @actions/github @actions/exec');

async function main() {
const core = require('@actions/core');
Expand Down

0 comments on commit 2812a18

Please sign in to comment.