Skip to content

Commit a258d2b

Browse files
authored
Use action path
1 parent 11d2d43 commit a258d2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/go-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ jobs:
2828
needs: [versioning]
2929
if: ${{ github.event_name != 'pull_request' }}
3030
steps:
31+
- name: Checkout code
32+
uses: actions/checkout@v4
33+
3134
- name: Build
32-
uses: ./.github/actions/composites/go-build
35+
uses: ${{ github.action_path }}/.github/actions/composites/go-build
3336

3437
test:
3538
name: Test

0 commit comments

Comments
 (0)