Skip to content

Commit

Permalink
closer
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Jun 3, 2023
1 parent 5059c2d commit 51ea37e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_card_db_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
console.log(`new PR number: ${{ steps.make-pr.outputs.pull-request-number }}`)
console.log(process.env)
const { THIS_PR_NUMBER } = process.env
console.log(`new PR number: ${THIS_PR_NUMBER}`)
let fs = require('fs');
let issue_number = Number(fs.readFileSync('./pr_number'));
Expand Down

0 comments on commit 51ea37e

Please sign in to comment.