Skip to content

Commit

Permalink
Wrong usage of uses in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
DustVoice committed Feb 3, 2025
1 parent 85a9951 commit be75c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: DustVoice/zmk-config/.github/workflows/build-user-config.yml
uses: ./.github/workflows/build-user-config.yml
with:
# Optionally choose the toolchain to use: Zephyr SDK (default) or GNU Arm
# Embedded ('gnuarmemb'). The latter results in slightly faster builds.
Expand Down

0 comments on commit be75c79

Please sign in to comment.