Skip to content

fix: Use aws:region and sls:stage Serverless vars (#79) #128

fix: Use aws:region and sls:stage Serverless vars (#79)

fix: Use aws:region and sls:stage Serverless vars (#79) #128

Workflow file for this run

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