Skip to content

Test cron action for updating FLS #1

Test cron action for updating FLS

Test cron action for updating FLS #1

Workflow file for this run

name: Update FLS
on:
schedule:
- cron: "05 0 * * *"
workflow_dispatch:
jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Update FLS
uses: ./make.py --update-spec-lock-file
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4

Check failure on line 14 in .github/workflows/update-fls.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-fls.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
with:
commit-message: Cloud - Update available list
title: Update FLS (automated PR)
body: Update FLS (automated PR)
base: main
labels: automated-pr
branch: update-fls
delete-branch: true