Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Nov 7, 2024
1 parent 1019630 commit 7a68aa9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
uses: actions/github-script@v6

Check warning on line 31 in .github/workflows/ccip-integration-test.yml

View workflow job for this annotation

GitHub Actions / Validate Workflow Changes

1. Action is using node16 (node-version / warning)
with:
script: |
const { github, context } = require('@actions/github');
const pr = await github.pulls.get({
const pr = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: context.issue.number
Expand Down

0 comments on commit 7a68aa9

Please sign in to comment.