We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d6950 commit c9d191aCopy full SHA for c9d191a
.github/workflows/reusable_update_v2_layer_arn_docs.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
HAS_CHANGE=$(git status --porcelain)
48
test -z "${HAS_CHANGE}" && echo "Nothing to update" && exit 0
49
- git add docs/index.md
+ git add docs/index.md docs/core/logger.md docs/core/tracer.md docs/core/metrics.md
50
git commit -m "chore: update v2 layer ARN on documentation"
51
git pull origin "${BRANCH}" # prevents concurrent branch update failing push
52
git push origin HEAD:refs/heads/"${BRANCH}"
0 commit comments