diff --git a/.github/workflows/toot.yml b/.github/workflows/toot.yml index 5027448..6f6d1bb 100644 --- a/.github/workflows/toot.yml +++ b/.github/workflows/toot.yml @@ -16,4 +16,7 @@ jobs: with: message: | This is a test toot, automatically posted by a github action. - ${{ github.repositoryUrl }} + + ${{ github.server_url }}/${{ github.repository }} + + ${{ github.ref }}