Skip to content

Commit

Permalink
ci: Fix release-checks not checking out repo (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Apr 11, 2023
1 parent 1e391e1 commit da61d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
test-with-influxdb:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3

- name: Run status-writer-action action locally
uses: ./.github/composite-actions/status-writer-released
if: always()
Expand Down

0 comments on commit da61d02

Please sign in to comment.