diff --git a/.github/workflows/update-fls.yaml b/.github/workflows/update-fls.yaml index ec77b92..164ff9c 100644 --- a/.github/workflows/update-fls.yaml +++ b/.github/workflows/update-fls.yaml @@ -7,17 +7,17 @@ jobs: update-fls: runs-on: ubuntu-latest steps: - - name: Check out the repo - uses: actions/checkout@v4 - - name: Update FLS - uses: ./make.py --update-spec-lock-file - - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 - 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 + - name: Check out the repo + uses: actions/checkout@v4 + - name: Update FLS + uses: ./make.py --update-spec-lock-file + - name: Create Pull Request + uses: peter-evans/create-pull-request@v4 + 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