Skip to content

Merge branch 'main' of https://github.com/Isle-of-Wight-TSSC/IOWTSSC #12

Merge branch 'main' of https://github.com/Isle-of-Wight-TSSC/IOWTSSC

Merge branch 'main' of https://github.com/Isle-of-Wight-TSSC/IOWTSSC #12

Workflow file for this run

name: My Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "<title>index</title>"
replace: "<title>TSSC IOW</title>"
regex: false
include: "**index.html"
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4