Skip to content

Commit

Permalink
Update sync-about.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvpichowski authored Mar 23, 2021
1 parent 3999620 commit 354e81c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/sync-about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
TOKEN: ${{ secrets.SYNC_FILE }}
- name: Create local changes
run: |
sed -i '1i ' about.md
sed -i '1i---' about.md
sed -i '1ititle: About' about.md
sed -i '1ilayout: page' about.md
sed -i '1i---' about.md
ed -s text.txt << EOF \
0 i \
--- \
layout: page \
title: About \
--- \
. \
w \
EOF \
- name: Commit files
run: |
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 354e81c

Please sign in to comment.