Skip to content

Commit 3fb74e6

Browse files
author
theocdl
committed
fix: test
1 parent b18e38b commit 3fb74e6

File tree

4 files changed

+8
-361
lines changed

4 files changed

+8
-361
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ISSUE_NUMBER: 1
5959
PULL_REQUEST_NUMBER: 2
6060
PRIVATE_KEY: '${{ secrets.WALLET_OWNER_PRIVATE_KEY }}'
61-
ACTION: 'take'
61+
ACTION: 'test'
6262
REPOSITORY: 'W3HC/fables-de-lafontaine'
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464

Diff for: dist/index.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/main.ts

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export async function run(): Promise<void> {
1515
const repository: string = core.getInput('REPOSITORY')
1616
const githubToken: string = core.getInput('GITHUB_TOKEN')
1717

18+
if (action === 'test') {
19+
return
20+
}
21+
1822
const issueNumberDataSplit = issueNumberData.split('-')
1923
const issueNumber = parseInt(issueNumberDataSplit[0])
2024
const recipientAddress =

Diff for: src/pattini.ts

-360
This file was deleted.

0 commit comments

Comments
 (0)