mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fixed wrong repository owner
This commit is contained in:
parent
d4a46606fd
commit
dc54cc82af
3
.github/workflows/build-includes.yml
vendored
3
.github/workflows/build-includes.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
|||||||
echo "Branch name: ${{ steps.extract_branch.outputs.branch }}"
|
echo "Branch name: ${{ steps.extract_branch.outputs.branch }}"
|
||||||
echo "Repository: ${{ github.repository }}"
|
echo "Repository: ${{ github.repository }}"
|
||||||
echo "Commit-Id: ${{ github.sha }}"
|
echo "Commit-Id: ${{ github.sha }}"
|
||||||
|
echo "Owner: ${{ github.repository_owner }}"
|
||||||
echo "FORCE_PUSH: ${{ vars.FORCE_PUSH }}"
|
echo "FORCE_PUSH: ${{ vars.FORCE_PUSH }}"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
@ -106,7 +107,7 @@ jobs:
|
|||||||
- name: Checkout MOOSE_INCLUDE
|
- name: Checkout MOOSE_INCLUDE
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: kaltokri/MOOSE_INCLUDE
|
repository: ${{ github.repository_owner }}/MOOSE_INCLUDE
|
||||||
path: './build/MOOSE_INCLUDE'
|
path: './build/MOOSE_INCLUDE'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ steps.extract_branch.outputs.branch }}
|
ref: ${{ steps.extract_branch.outputs.branch }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user