Skip to content

Commit

Permalink
Merge pull request #196 from AndreasAugustin/release/v0.4.1-draft
Browse files Browse the repository at this point in the history
doc(v0.4.1-draft) bug fix release ⚡
  • Loading branch information
AndreasAugustin committed Aug 26, 2022
2 parents 4557c9c + eb8a11d commit 20323c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions_template_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected].0-draft
uses: AndreasAugustin/[email protected].1-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: AndreasAugustin/template
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected].0-draft
uses: AndreasAugustin/[email protected].1-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <owner/repo>
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: actions-template-sync
uses: AndreasAugustin/[email protected].0-draft
uses: AndreasAugustin/[email protected].1-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets
Expand Down

0 comments on commit 20323c0

Please sign in to comment.