Skip to content

Commit

Permalink
ci: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 14, 2023
1 parent ab0b918 commit e0d5f9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-lightweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
outputs:
sha: ${{ steps.get-sha.outputs.sha }}
steps:
- name: Repo checkout
uses: actions/checkout@v3

- id: get-sha
uses: ./.github/actions/_called-wf-sha
with: ${{ secrets.GH_TOKEN_ADMIN }}
Expand Down

0 comments on commit e0d5f9a

Please sign in to comment.