Skip to content

Commit 5155b3a

Browse files
committed
Update certificate-renewal.yaml
1 parent 3d2db06 commit 5155b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/certificate-renewal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
BRANCH=certbot-update-$(date +'%Y%m%d-%H%M%S')
6666
git checkout -b $BRANCH
67-
git add certs/
67+
git add Certs/
6868
git commit -m "Update certificates [skip ci]" || echo "No changes to commit"
6969
git push https://x-access-token:${GH_PAT}@github.com/ArchetypicalSoftware/VDK.git $BRANCH
7070
gh pr create --title "Update certificates" --body "Automated certificate renewal PR." --head $BRANCH --base $(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@') --fill

0 commit comments

Comments
 (0)