From 14e180b2d69dba65556a893156dd2b23f4930294 Mon Sep 17 00:00:00 2001 From: andy Augustin Date: Mon, 20 Feb 2023 19:08:46 +0100 Subject: [PATCH] Docs/enhance docs (#324) * doc: :memo: enhance documentation (#226) * doc: :memo: enhance documentation (#226) * doc: :memo: enhance documentation (#226) * fix: :bug: enahnce output readability * doc: :memo: increase version --- .github/workflows/actions_template_sync.yml | 2 +- README.md | 8 ++++---- src/entrypoint.sh | 2 +- src/sync_common.sh | 2 +- src/sync_template.sh | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 13d762cc..a320121a 100644 --- a/.github/workflows/actions_template_sync.yml +++ b/.github/workflows/actions_template_sync.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.7.2 + uses: AndreasAugustin/actions-template-sync@v0.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: AndreasAugustin/template diff --git a/README.md b/README.md index 986c8c95..47df7621 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.7.2 + uses: AndreasAugustin/actions-template-sync@v0.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: @@ -118,7 +118,7 @@ jobs: private_key: ${{ secrets.PRIVATE_KEY }} - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.7.2 + uses: AndreasAugustin/actions-template-sync@v0.7.3 with: github_token: ${{ steps.generate_token.outputs.token }} source_repo_path: @@ -146,7 +146,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: actions-template-sync - uses: AndreasAugustin/actions-template-sync@v0.7.2 + uses: AndreasAugustin/actions-template-sync@v0.7.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets @@ -198,7 +198,7 @@ jobs: uses: actions/checkout@v3 - name: Test action step PAT - uses: AndreasAugustin/actions-template-sync@v0.7.2 + uses: AndreasAugustin/actions-template-sync@v0.7.3 with: github_token: ${{ secrets.SOURCE_REPO_PAT }} source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # , should be within secrets diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 897383cf..4208d10c 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash set -e # set -u -set -x +# set -x # shellcheck source=src/sync_common.sh source sync_common.sh diff --git a/src/sync_common.sh b/src/sync_common.sh index 926df766..36acaf43 100755 --- a/src/sync_common.sh +++ b/src/sync_common.sh @@ -2,7 +2,7 @@ set -e # set -u -set -x +# set -x ####################################### # write a message to STDERR. diff --git a/src/sync_template.sh b/src/sync_template.sh index 1e2f2234..e98c32fb 100644 --- a/src/sync_template.sh +++ b/src/sync_template.sh @@ -2,7 +2,7 @@ set -e # set -u -set -x +# set -x # shellcheck source=src/sync_template.sh source sync_common.sh