0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-02 18:29:41 +02:00

fix branch name used in git-action (#10)

This commit is contained in:
Robert Kaussow 2022-12-03 13:50:16 +01:00 committed by GitHub
parent 6fa2f5060b
commit d33d885443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -234,7 +234,7 @@ local PipelineDocs = {
author_email: 'bot@thegeeklab.de',
author_name: 'thegeeklab-bot',
message: 'auto-update documentation',
branch: 'gh-pages',
branch: 'docs',
pages_directory: 'docs/',
netrc_password: { from_secret: 'github_token' },
},

View File

@ -347,7 +347,7 @@ steps:
- pages
author_email: bot@thegeeklab.de
author_name: thegeeklab-bot
branch: gh-pages
branch: docs
message: auto-update documentation
netrc_password:
from_secret: github_token
@ -460,6 +460,6 @@ depends_on:
---
kind: signature
hmac: 89079eef07225acb12f8eeab92f29de04b4a46340ba265b6a9c9bfc6c75c18aa
hmac: 206e1ad1bc3a7bbb506d58fea0482e5cd37fa5e7cf6e71f347426e2b167d131a
...