Skip to content

Commit

Permalink
test workflow readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MozeBaltyk committed Nov 1, 2023
1 parent d922b27 commit 7adb914
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ on:
push:

jobs:
build:
readme:
runs-on: ubuntu-latest
name: Update AnsiColt Readme

if: github.repository == 'mozebaltyk/ansicolt'
permissions:
actions: write
checks: write
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +31,7 @@ jobs:
just --version
cd scripts/docs/ && sh -c "./autogenerate_README.sh" && cat ../../README.md
- name: Create release tag
- name: Git push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit 7adb914

Please sign in to comment.