Skip to content

Commit 14e180b

Browse files
Docs/enhance docs (#324)
* doc: 📝 enhance documentation (#226) * doc: 📝 enhance documentation (#226) * doc: 📝 enhance documentation (#226) * fix: 🐛 enahnce output readability * doc: 📝 increase version
1 parent d302a26 commit 14e180b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/actions_template_sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
- name: actions-template-sync
19-
uses: AndreasAugustin/[email protected].2
19+
uses: AndreasAugustin/[email protected].3
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
source_repo_path: AndreasAugustin/template

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@v3
8787
- name: actions-template-sync
88-
uses: AndreasAugustin/[email protected].2
88+
uses: AndreasAugustin/[email protected].3
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191
source_repo_path: <owner/repo>
@@ -118,7 +118,7 @@ jobs:
118118
private_key: ${{ secrets.PRIVATE_KEY }}
119119

120120
- name: actions-template-sync
121-
uses: AndreasAugustin/[email protected].2
121+
uses: AndreasAugustin/[email protected].3
122122
with:
123123
github_token: ${{ steps.generate_token.outputs.token }}
124124
source_repo_path: <owner/repo>
@@ -146,7 +146,7 @@ jobs:
146146
- name: Checkout
147147
uses: actions/checkout@v3
148148
- name: actions-template-sync
149-
uses: AndreasAugustin/[email protected].2
149+
uses: AndreasAugustin/[email protected].3
150150
with:
151151
github_token: ${{ secrets.GITHUB_TOKEN }}
152152
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets
@@ -198,7 +198,7 @@ jobs:
198198
uses: actions/checkout@v3
199199
-
200200
name: Test action step PAT
201-
uses: AndreasAugustin/[email protected].2
201+
uses: AndreasAugustin/[email protected].3
202202
with:
203203
github_token: ${{ secrets.SOURCE_REPO_PAT }}
204204
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets

src/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22
set -e
33
# set -u
4-
set -x
4+
# set -x
55

66
# shellcheck source=src/sync_common.sh
77
source sync_common.sh

src/sync_common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44
# set -u
5-
set -x
5+
# set -x
66

77
#######################################
88
# write a message to STDERR.

src/sync_template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44
# set -u
5-
set -x
5+
# set -x
66

77
# shellcheck source=src/sync_template.sh
88
source sync_common.sh

0 commit comments

Comments
 (0)