Skip to content

Commit

Permalink
trying to fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyloris committed Feb 18, 2024
1 parent 619a3db commit d517182
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/mergeFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Define file order
run: |
echo "FILE_ORDER='[index.md, ssh.md]' > order.txt"
echo "FILE_ORDER='[/index.md, /ssh.md]' > order.txt"
- name: Read file order
run: |
Expand All @@ -34,9 +34,4 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git add README.md
git commit -m "Merge MD files in specified order"
- name: Push changes
uses: ad-action/git-push@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git commit -m "Merge MD files in specified order"

0 comments on commit d517182

Please sign in to comment.