Skip to content

Commit

Permalink
chore: Could it be the documentation being interpreted?
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 2, 2024
1 parent c36e45a commit 33b75d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn test
- id: lint
run: yarn lint
- uses: '.'
- uses: ./
if: always()
with:
status: ${{ job.status }}
Expand All @@ -36,7 +36,7 @@ jobs:
name: Integration Tests
steps:
- uses: actions/checkout@v4
- uses: '.'
- uses: ./
if: always()
with:
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
required: true
description: 'The status of the job'
steps:
description: 'Set to ${{ toJson(steps) }} to detail out successful/failed steps'
description: 'Set to `toJson(steps)` (in double curly-braces) to detail out successful/failed steps'
required: false
default: '{}'
jobName:
Expand Down

0 comments on commit 33b75d6

Please sign in to comment.