Skip to content

Commit

Permalink
Merge pull request #19 from StartAutomating/TerminalImprovement
Browse files Browse the repository at this point in the history
Terminal improvement
  • Loading branch information
StartAutomating authored Nov 8, 2022
2 parents 21a022f + c8197ba commit 1dc1ea9
Show file tree
Hide file tree
Showing 49 changed files with 7,575 additions and 1,353 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/OnIssue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

name: OnIssueChanged
on:
issues:
workflow_dispatch:
jobs:
RunGitPub:
runs-on: ubuntu-latest
if: ${{ success() }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Use GitPub Action
uses: StartAutomating/GitPub@main
id: GitPub
with:
TargetBranch: edits-$([DateTime]::Now.ToString("r").Replace(":","-").Replace(" ", ""))
CommitMessage: Posting with GitPub [skip ci]
PublishParameters: |
{
"Get-GitPubIssue": {
"Repository": '${{github.repository}}'
},
"Get-GitPubRelease": {
"Repository": '${{github.repository}}'
},
"Publish-GitPubJekyll": {
"OutputPath": "docs/_posts"
}
}
Loading

0 comments on commit 1dc1ea9

Please sign in to comment.