Skip to content

Commit

Permalink
Merge pull request #16 from near-examples/feat/add-issue-transfer-flow
Browse files Browse the repository at this point in the history
fix/remove-duplicate-script
  • Loading branch information
thisisjoshford authored May 10, 2024
2 parents 0318be1 + f3b5529 commit 393277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/github-script@v5
with:
github-token: ${{secrets.GH_TOKEN}}
script: script: |
script: |
const issueTitle = context.payload.issue.title;
const issueBody = context.payload.issue.body;
const issueNumber = context.payload.issue.number;
Expand Down

0 comments on commit 393277e

Please sign in to comment.