Skip to content

Commit

Permalink
SCALRCORE-30278: GH Actions: Update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AKramarenko committed Feb 26, 2024
1 parent 583d514 commit 614b740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
github-token: ${{steps.generate_token.outputs.token}}
script: |
github.repos.createCommitStatus({
github.rest.repos.createCommitStatus({
owner: 'Scalr',
repo: '${{ inputs.repo }}',
sha: '${{ inputs.pr_head_sha }}',
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
github-token: ${{steps.generate_token.outputs.token}}
script: |
github.repos.createCommitStatus({
github.rest.repos.createCommitStatus({
owner: 'Scalr',
repo: '${{ inputs.repo }}',
sha: '${{ inputs.pr_head_sha }}',
Expand All @@ -167,7 +167,7 @@ jobs:
with:
github-token: ${{steps.generate_token.outputs.token}}
script: |
github.repos.createCommitStatus({
github.rest.repos.createCommitStatus({
owner: 'Scalr',
repo: '${{ inputs.repo }}',
sha: '${{ inputs.pr_head_sha }}',
Expand Down

0 comments on commit 614b740

Please sign in to comment.