Skip to content

init action

init action #28

name: "GitHub Action integration test"
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
integration-test:
name: "Run GitHub Action integration test"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run InfraPatch Action
uses: ./
with:
push_changes: false