mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-23 13:43:38 +00:00
chore: fix base_ref
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
const fs = require('fs')
|
||||
const {execSync} = require('child_process');
|
||||
const jsonData = JSON.parse(fs.readFileSync('./.github/monorepo.json', 'utf8'));
|
||||
const baseRef = github.context.payload.pull_request.base.ref
|
||||
const baseRef = context.payload.pull_request.base.ref
|
||||
console.log(baseRef)
|
||||
var tags = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user