mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
@@ -60,8 +60,8 @@ jobs:
|
||||
- name: Save Commmit SHA
|
||||
run: |
|
||||
mkdir -p ./commitData
|
||||
echo $GITHUB_SHA > ./commitData/sha
|
||||
echo "$GITHUB_ACTOR"/discordeno > ./commitData/repo
|
||||
echo ${{ github.event.pull_request.head.sha }} > ./commitData/sha
|
||||
echo ${{ github.event.pull_request.head.repo.full_name }} > ./commitData/repo
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: commitData
|
||||
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
github.rest.issues.createComment({
|
||||
issue_number: pr.data[0].number,
|
||||
owner: repo.split('/')[0],
|
||||
repo: repo.split('/')[1].slice(0,-1),
|
||||
repo: "discordeno",
|
||||
body: `${{ env.MESSAGE }}`
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user