Skip to content

TEST - Update README #16

TEST - Update README

TEST - Update README #16

Workflow file for this run

name: TEST - Update README
on:
workflow_dispatch:
jobs:
update-repo:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/setup-github-app-git
with:
repositories: security-scans
- name: Do other things
run: |
git clone https://github.com/ProcessMaker/security-scans.git
cd security-scans
echo "." >> README.md
git add README.md
git commit -m "Add period to README - test"
git push