diff --git a/.github/workflows/actions_template_sync.yml b/.github/workflows/actions_template_sync.yml index 13d762c..a320121 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 986c8c9..47df762 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 897383c..4208d10 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 926df76..36acaf4 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 1e2f223..e98c32f 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