Skip to content

Commit

Permalink
Fixed greet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega authored Jun 25, 2024
1 parent fa83cd7 commit ea9e5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const { context } = require('@actions/github');
const github = require('@actions/github');
const context = github.context;
const pr = context.payload.pull_request;
const commentBody = `Hey there! 👋
Expand Down

0 comments on commit ea9e5c1

Please sign in to comment.