fix: Use aws:region
and sls:stage
Serverless vars (#79)
#128
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: git-checks | |
on: [push] | |
jobs: | |
check-fixup-commits: | |
name: Check for fixup commits | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2.0.0 | |
- name: Block Merge with fixup commit | |
uses: 13rac1/block-fixup-merge-action@v1.1.1 |