Point workflows at qmk/.github
s main
branch
#3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build QMK firmware | ||
on: [push, workflow_dispatch] | ||
permissions: | ||
contents: write | ||
jobs: | ||
build: | ||
name: 'QMK Userspace Build' | ||
uses: qmk/.github/.github/workflows/qmk_userspace_build.yml@main | ||
with: | ||
qmk_repo: qmk/qmk_firmware | ||
qmk_ref: master | ||
publish: | ||
name: 'QMK Userspace Publish' | ||
uses: qmk/.github/.github/workflows/qmk_userspace_publish.yml@main | ||
Check failure on line 18 in .github/workflows/build_binaries.yaml GitHub Actions / .github/workflows/build_binaries.yamlInvalid workflow file
|
||
if: always() && !cancelled() | ||
needs: build |