mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-14 06:42:34 +00:00
Small fix: Reference COPR group correctly (@) (#5872)
This commit is contained in:
2
.github/workflows/hook_copr.yml
vendored
2
.github/workflows/hook_copr.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}
|
COPR_API_TOKEN_CONFIG: ${{ secrets.COPR_API_CONFIG }}
|
||||||
with:
|
with:
|
||||||
owner: meshtastic
|
owner: "@meshtastic"
|
||||||
package-name: meshtasticd
|
package-name: meshtasticd
|
||||||
project-name: ${{ inputs.copr_project }}
|
project-name: ${{ inputs.copr_project }}
|
||||||
git-remote: "${{ github.server_url }}/${{ github.repository }}.git"
|
git-remote: "${{ github.server_url }}/${{ github.repository }}.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user