Skip to content

Commit

Permalink
Fixed wrong repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltokri committed Oct 19, 2023
1 parent d4a4660 commit dc54cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "Branch name: ${{ steps.extract_branch.outputs.branch }}"
echo "Repository: ${{ github.repository }}"
echo "Commit-Id: ${{ github.sha }}"
echo "Owner: ${{ github.repository_owner }}"
echo "FORCE_PUSH: ${{ vars.FORCE_PUSH }}"
#########################################################################
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
- name: Checkout MOOSE_INCLUDE
uses: actions/checkout@v4
with:
repository: kaltokri/MOOSE_INCLUDE
repository: ${{ github.repository_owner }}/MOOSE_INCLUDE
path: './build/MOOSE_INCLUDE'
fetch-depth: 0
ref: ${{ steps.extract_branch.outputs.branch }}
Expand Down

0 comments on commit dc54cc8

Please sign in to comment.