Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
supatsara-wat authored Oct 16, 2023
1 parent 657b33a commit b1b2f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const core = require('@actions/core');
const github = require('@actions/github');
const github = require('@actions/github2');
const github = require('@actions/github3');
const github = require('@actions/github4');

function parsePatch(patch) {
const added = [];
Expand Down

0 comments on commit b1b2f78

Please sign in to comment.