forrtproject / forrtproject.github.io

FORRT Website
https://forrt.org
Other
28 stars 16 forks source link

Hotfix: Checkout current branch #126

Closed DAKiersz closed 2 weeks ago

DAKiersz commented 2 weeks ago

The default action for actions/checkout@v4 is to checkout the default branch, and not the PR branch. We correct this by adding ${{ github.ref }}. This correct behaviour that was intended by #111