Skip to content

Commit

Permalink
edited deploy
Browse files Browse the repository at this point in the history
wajahatzeeshan committed Jun 7, 2024
1 parent 2280a3c commit 2a2d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
const issueBody = `Workflow ${{ github.workflow }} failed on ${{ github.run_id }}. Please check it.`
const token = process.env.GITHUB_TOKEN
const octokit = github.getOctokit(token)
await octokit.rest.issues.create({
await octokit.issues.create({
owner: github.context.repo.owner,
repo: github.context.repo.repo,
title: issueTitle,

0 comments on commit 2a2d43c

Please sign in to comment.