Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Dec 12, 2023
1 parent a033228 commit 6cb2b6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:

jobs:
check:
id: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -30,9 +29,7 @@ jobs:
needs: check
runs-on: ubuntu-latest
steps:
- run: echo "${JSON}"
env:
JSON: ${{ toJSON(needs.check) }}
- run: echo "$GITHUB_OUTPUT"

create-issues:
needs: check
Expand Down

0 comments on commit 6cb2b6c

Please sign in to comment.