Skip to content

Commit

Permalink
switched the repository to mehtaheino
Browse files Browse the repository at this point in the history
  • Loading branch information
LH530-D1-MHI authored and LH530-D1-MHI committed Sep 28, 2023
1 parent 604c0a9 commit f133c90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
inputs:
cura_conan_version:
description: 'Cura Conan Version'
default: 'cura/latest@Aurelius-Nero/main'
default: 'cura/latest@mehtaheino/main'
required: true
type: string
conan_args:
Expand Down Expand Up @@ -43,7 +43,7 @@ on:
inputs:
cura_conan_version:
description: 'Cura Conan Version'
default: 'cura/latest@Aurelius-Nero/main'
default: 'cura/latest@mehtaheino/main'
required: true
type: string
conan_args:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Checkout materials repository
uses: actions/checkout@v3
with:
repository: Aurelius-Nero/fdm_materials
repository: mehtaheino/fdm_materials-v2
token: ${{ secrets.GITHUB_TOKEN }}
path: fdm_materials

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# run: echo -n "$GPG_PRIVATE_KEY" | base64 --decode | gpg --import

- name: Create the fdm_materials package (Bash)
run: cd fdm_materials && conan create . fdm_materials/latest@Aurelius-Nero/master --build=missing --update && cd ..
run: cd fdm_materials && conan create . fdm_materials-v2/latest@mehtaheino/master --build=missing --update && cd ..


- name: Get Conan configuration
Expand Down

0 comments on commit f133c90

Please sign in to comment.