Skip to content

Commit

Permalink
git add DIRECTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 7, 2019
1 parent 15f108e commit 3a09cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_directory_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
git config --global user.name github-actions
git config --global user.email '${GITHUB_ACTOR}@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
git add DIRECTORY.md
git commit -am "updating DIRECTORY.md" || true
git push --force origin HEAD:$GITHUB_REF || true

0 comments on commit 3a09cf7

Please sign in to comment.