Skip to content

Commit

Permalink
make sure the build job checks out the latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
phisch committed Apr 4, 2024
1 parent 9aa60df commit 8d79484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d79484

Please sign in to comment.