.
learn-github-actions / format-branch (push) Successful in 21s Details

This commit is contained in:
giles 2023-10-21 16:30:02 +01:00
parent 8ea631c9e7
commit 0ba8b1277e
1 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,11 @@ name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
format-branch:
on:
push:
branches:
- format-branch
runs-on: ubuntu-latest
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
@ -20,6 +24,4 @@ jobs:
author_name: Batch bot
default_author: github_actor
message: 'xml files converted to yml'
new_branch: product-development
push: '--force'
push: false