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 d5f0e45 commit 0bb74d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
readme:
runs-on: ubuntu-latest
name: Update AnsiColt Readme

if: github.repository == 'mozebaltyk/ansicolt'
permissions:
actions: write
Expand All @@ -30,9 +30,6 @@ jobs:
arkade get just
just --version
cd scripts/docs/ && sh -c "./autogenerate_README.sh" && cat ../../README.md
- name: Git push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git push origin
git push origin

0 comments on commit 0bb74d0

Please sign in to comment.