Skip to content

Commit

Permalink
fix/remove-duplicate-script
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed May 10, 2024
1 parent 3f82253 commit f3b5529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-transfer.yml
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 f3b5529

Please sign in to comment.