Skip to content

Commit

Permalink
Merge branch 'main' into feat/rds-aurora-mysql-3-05-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc authored Feb 19, 2024
2 parents 66325fc + c979d6b commit c0479d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false
- name: Find changed cli files
id: changed-cli-files
uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959
uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9
with:
base_sha: ${{ github.event.pull_request.base.sha }}
files_yaml: |
Expand All @@ -46,7 +46,7 @@ jobs:
git config --global user.email 'aws-cdk-automation@users.noreply.github.com'
git push --force --atomic https://github.com/${{ github.repository }}.git FETCH_HEAD:test-main-pipeline
- name: Explain next steps
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
with:
message: |
:arrow_right: **PR build request submitted to `test-main-pipeline`** :arrow_left:
Expand Down

0 comments on commit c0479d4

Please sign in to comment.