Update DDB to use Number and created a function to fetch all packet d… #127
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Amplify Merge" | |
on: | |
push: | |
branches: ["main"] | |
paths: | |
- "packages/amplify/**" | |
- ".github/workflows/**" | |
jobs: | |
merge-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: everlytic/[email protected] | |
with: | |
github_token: ${{ github.token }} | |
source_ref: "main" | |
target_branch: "amplify_main" | |
commit_message_template: "[Automated] Merged main to amplify_main because the amplify folder changed" |