Skip to content

Commit

Permalink
fixup! Add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m7kvqbe1 committed Oct 15, 2024
1 parent 8f293d5 commit 8448e3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Create test issue
id: create_issue
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Run issue mover action with debug
uses: ./
env:
GITHUB_EVENT_PATH: ${{ toJson(github.event) }}
ACTIONS_STEP_DEBUG: true
with:
github-token: ${{ env.PAT_TOKEN }}
Expand All @@ -65,7 +66,7 @@ jobs:
with:
github-token: ${{ env.PAT_TOKEN }}
script: |
const issueData = ${{ steps.create_issue.outputs.result }};
const issueData = ${{ steps.create_issue.outputs.result }}
await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 8448e3f

Please sign in to comment.