Skip to content

Commit

Permalink
remove core const if already declared
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 21, 2023
1 parent 0c8f24b commit 7c4f7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
github-token: ${{ github.token }}
script: |
const core = require('@actions/core');
const pr = context.payload.number;
core.exportVariable('PR_NUMBER', pr);
- name: Setup PHP
Expand Down

0 comments on commit 7c4f7cb

Please sign in to comment.