Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit dd89594

Browse files
author
Sujaykumar. Hublikar
committed
update notify actions
1 parent 2736e97 commit dd89594

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/notify-issue.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
new issue #${{ github.event.issue.number }}
1414
'${{ github.event.issue.title }}'
1515
16-
action: ${{ github.event.action }}
17-
18-
repo : ${{ github.event.repository.name }}
16+
repo : ${{ github.event.repository.full_name }}
1917
author : ${{ github.event.issue.user.login }}
2018
state: ${{ github.event.issue.state }}
2119

.github/workflows/notify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
new pr #${{ github.event.pull_request.number }}
1515
'${{ github.event.pull_request.title }}'
1616
17-
repo : ${{ github.event.repository.name }}
17+
repo : ${{ github.event.repository.full_name }}
1818
branch : ${{ github.event.pull_request.head.ref }}
1919
author : ${{ github.event.pull_request.user.login }}
2020
commits : ${{ github.event.pull_request.commits }}

0 commit comments

Comments
 (0)