This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313 default : ' main'
1414jobs :
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
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 }}
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
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
You can’t perform that action at this time.
0 commit comments