Skip to content

Commit

Permalink
test commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll committed Oct 13, 2023
1 parent 6ced6b9 commit 1c1b855
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ on:
- automate-read-more
pull_request:

permissions:
contents: read
pull-requests: read

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
generate-read-more:
runs-on: "ubuntu-latest"
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,11 +25,6 @@ jobs:
with:
node-version: 16.13.x
cache: npm
- name: Install
run: npm install
- name: Gather files changed
uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b
with:
fileOutput: 'json'
- name: Show files changed
run: cat $HOME/files.json
- run: npm install
- run: npm run style
- uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit 1c1b855

Please sign in to comment.