Skip to content

Commit

Permalink
🔧 Fix issue in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Feb 12, 2024
1 parent 6fc9ee1 commit bf556e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repository-dependabot-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
script: |
const owner = context.repo.owner;
const repo = context.repo.repo;
issue_number: context.issue.number,
const issue_number = context.issue.number;
await github.rest.issues.createComment({
owner: owner,
Expand Down

0 comments on commit bf556e1

Please sign in to comment.