enable inlay (#2568)

* enable inlay

* sneak in

* feat: add lock file
This commit is contained in:
Jonathan Ho
2022-11-01 14:29:46 -05:00
committed by GitHub
parent 8e8f221861
commit d62e442224
7 changed files with 46 additions and 7 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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 }}`
})
}