Skip to content

Commit e0908ef

Browse files
Merge pull request #10 from TukaTek/feature/TUK-23
Update onyx-pipeline-webserver.yaml
2 parents f70f00d + 01bd7f8 commit e0908ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/onyx-pipeline-webserver.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
runs-on: ubuntu-latest
4343
if: needs.build-and-push.result == 'success'
4444
steps:
45+
- name: Checkout Code
46+
uses: actions/checkout@v4
47+
4548
- name: Debug Current Directory
4649
run: |
4750
echo "Current working directory:"

0 commit comments

Comments
 (0)