Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 031f920

Browse files
committed
debug
1 parent b980611 commit 031f920

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs-replicator-updates.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
default: 'main'
1414
jobs:
1515
update-replicator-docs:
16-
name: Update Replicator Docs
16+
name: Update Replicator Coverage Docs
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout docs
@@ -34,8 +34,9 @@ jobs:
3434
use-pro: true
3535
env:
3636
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
37+
LOCALSTACK_DEBUG: 1
3738

38-
- name: Create Replicator Docs
39+
- name: Create Replicator Coverage
3940
working-directory: docs
4041
env:
4142
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
@@ -49,7 +50,7 @@ jobs:
4950
# Check against the PR branch if it exists, otherwise against the main
5051
# Store the result in resources/diff-check.log and store the diff count in the GitHub Action output "diff-count"
5152
mkdir -p resources
52-
(git diff --name-only origin/replicator-auto-updates data/replicator/coverage.json 2>/dev/null || git diff --name-only origin/${{ github.event.inputs.targetBranch || 'main' }} data/replicator/coverage.json 2>/dev/null) | tee resources/diff-check.log
53+
(git diff --name-only origin/replicator-coverage-updates data/replicator/coverage.json 2>/dev/null || git diff --name-only origin/${{ github.event.inputs.targetBranch || 'main' }} data/replicator/coverage.json 2>/dev/null) | tee resources/diff-check.log
5354
echo "diff-count=$(cat resources/diff-check.log | wc -l)" >> $GITHUB_OUTPUT
5455
5556
- name: Create PR
@@ -59,9 +60,9 @@ jobs:
5960
path: docs
6061
title: "Update Replicator Docs"
6162
body: "Automatic updates of replicator supported resources"
62-
branch: "replicator-auto-updates"
63+
branch: "replicator-coverage-updates"
6364
author: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
6465
committer: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
65-
commit-message: "update generated replicator docs"
66+
commit-message: "update generated replicator coverage file"
6667
token: ${{ secrets.PRO_ACCESS_TOKEN }}
6768
reviewers: cloutierMat

0 commit comments

Comments
 (0)