We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2db06 commit 5155b3aCopy full SHA for 5155b3a
.github/workflows/certificate-renewal.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
BRANCH=certbot-update-$(date +'%Y%m%d-%H%M%S')
66
git checkout -b $BRANCH
67
- git add certs/
+ git add Certs/
68
git commit -m "Update certificates [skip ci]" || echo "No changes to commit"
69
git push https://x-access-token:${GH_PAT}@github.com/ArchetypicalSoftware/VDK.git $BRANCH
70
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