make sure the build job checks out the latest commit

This commit is contained in:
Philipp Schaffrath 2024-04-04 19:56:14 +02:00
parent 9aa60df1c4
commit 8d7948460f
No known key found for this signature in database
GPG key ID: E5D3C326D00A7C3D

View file

@ -43,6 +43,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Build Cursor Theme
uses: phisch/cursor-theme-builder/action/build@v1.0
with: