Skip to content

Commit

Permalink
Write rev before deploying wiki (#53)
Browse files Browse the repository at this point in the history
This writes the last commit SHA of the main repository before committing
and deploying the changes to the wiki.
  • Loading branch information
spenserblack authored Mar 27, 2023
1 parent aef2554 commit 590e2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Write Rev
run: 'git log -1 --format="%H" > .github/wiki/Rev.md'
- uses: ./
with:
# For now, you'll need to manually specify a GitHub token until we
Expand Down

0 comments on commit 590e2e2

Please # to comment.