Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

create workflow file to trigger Makefile #146

create workflow file to trigger Makefile

create workflow file to trigger Makefile #146

Workflow file for this run

name: Trigger action for GOV.UK_co-cyber-security-external
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- 'security.txt'
- 'thanks.txt'
schedule:

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- cron: "0 2 * * MON-FRI" # Runs at 02:00 UTC
workflow_dispatch:
jobs:
deploy-to-co-cyber-security-external:
# Trigger makefile for co-cyber-security-external
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be triggered and executed as part of the job
steps:
- name: Show workflow_run
env:
co-cyber-security-external
name: Deploy to GOV.UK co-cyber-security-external
defaults:
run:
shell: bash
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
with:
path: main
- run: |
cd main/
run: make deploy