Skip to content

Commit 8628b31

Browse files
committed
fix directory name in reusable workflow call and rename action to better reflect its job
1 parent 2aeec84 commit 8628b31

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Checkout repository
7979
uses: actions/checkout@v4
8080
- name: Update files on VPS
81-
uses: ./.github/actions/update-public.yaml
81+
uses: ./.github/workflows/update-files.yaml
8282
- name: Build and restart Docker containers
8383
uses: appleboy/ssh-action@v1
8484
with:
File renamed without changes.

0 commit comments

Comments
 (0)