Skip to content

Commit

Permalink
Try using piwind branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jul 24, 2024
1 parent 5b3deb5 commit ddb98ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_mdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ on:
type: string

env:
SCRIPT_BRANCH: 'main'
PIWIND_BRANCH: ${{ github.ref }}
MDK_BRANCH: 'main'
MDK_RUN: 'ri'
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
- name: Set inputs
run: |
[[ -z "${{ inputs.piwind_branch }}" ]] || echo "PIWIND_BRANCH=${{ inputs.piwind_branch }}" >> $GITHUB_ENV
[[ -z "${{ inputs.piwind_branch }}" ]] || echo "SCRIPT_BRANCH=${{ inputs.piwind_branch }}" >> $GITHUB_ENV
[[ -z "${{ inputs.mdk_branch }}" ]] || echo "MDK_BRANCH=${{ inputs.mdk_branch }}" >> $GITHUB_ENV
[[ -z "${{ inputs.mdk_run_type }}" ]] || echo "MDK_RUN=${{ inputs.mdk_run_type }}" >> $GITHUB_ENV
Expand All @@ -111,7 +109,7 @@ jobs:
- name: Fetch CLI test script
run: |
BASE_URL="https://raw.githubusercontent.com/OasisLMF/OasisPiWind/${{ env.SCRIPT_BRANCH }}/tests"
BASE_URL="https://raw.githubusercontent.com/OasisLMF/OasisPiWind/${{ env.PIWIND_BRANCH }}/tests"
wget $BASE_URL/run_mdk.py
chmod +x run_mdk.py
Expand Down

0 comments on commit ddb98ff

Please sign in to comment.