Skip to content

change to legit rule #8

change to legit rule

change to legit rule #8

Workflow file for this run

on:
push:
paths:
- '.github/workflows/deploy-test.yml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# token: ${{ secrets.WORKFLOW_PAT }}
- run: |
echo 'name: "workflow"\non: "workflow_dispatch"' > .github/workflows/date.yml
# Note: the following account information will not work on GHES
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git push