Skip to content

Commit

Permalink
fix(ci): support action/script v5 breaking change v2 (#26969)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 1, 2024
1 parent e6d2fb6 commit b26f82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
with:
github-token: ${{github.token}}
script: |
github.issues.createComment({
github.rest.issues.createComment({
issue_number: ${{ github.event.issue.number }},
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit b26f82e

Please sign in to comment.