Skip to content

Commit

Permalink
correcting
Browse files Browse the repository at this point in the history
  • Loading branch information
josekudiyirippil committed Aug 7, 2024
1 parent 7b512ca commit 0c84cbc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pull-request-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,16 +285,16 @@ jobs:
--global-var 'userid=${{ vars.POSTMAN_USERID }}' \
--global-var 'userid_nonqtxn=${{ vars.POSTMAN_USERID_NONQTXN }}'
- name: Set Status to Success
uses: actions/github-script@v6
with:
script: |
const { context, github } = require('@actions/github');
const owner = context.repo.owner;
const repo = context.repo.repo;
const ref = context.payload.pull_request.head.sha;
await github.repos.createCommitStatus({
- name: Set Status to Success
uses: actions/github-script@v6
with:
script: |
const { context, github } = require('@actions/github');
const owner = context.repo.owner;
const repo = context.repo.repo;
const ref = context.payload.pull_request.head.sha;
await github.repos.createCommitStatus({
owner,
repo,
sha: ref,
Expand Down

0 comments on commit 0c84cbc

Please sign in to comment.