Skip to content

update Makefile

update Makefile #45

Workflow file for this run

name: blue
on:
pull_request:
paths:
- .github/**
- blue/**
push:
paths:
- .github/**
- blue/**
jobs:
plan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/plan
with:
name: blue
token: ${{ secrets.TF_API_TOKEN }}