mirror of
https://github.com/thegeeklab/wp-git-action.git
synced 2024-11-21 13:50:39 +00:00
fix branch name used in git-action (#10)
This commit is contained in:
parent
6fa2f5060b
commit
d33d885443
@ -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' },
|
||||
},
|
||||
|
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user