Skip to content

Commit

Permalink
Don't use powershell..
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Nov 8, 2024
1 parent 5c18e66 commit 4e4bfab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/web-interface-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
ref: ${{ github.base_ref }}
path: './engine'
- run: |
"BASE_REF=$(git rev-parse HEAD)" >> $env:GITHUB_ENV
"EXT_VERSION=$(node ./engine/.github/workflows/get-native-external-version.js)" >> $env:GITHUB_ENV
shell: pwsh
echo "BASE_REF=$(git rev-parse HEAD)" >> $GITHUB_ENV
echo "EXT_VERSION=$(node ./engine/.github/workflows/get-native-external-version.js)" >> $GITHUB_ENV
- uses: actions/checkout@v4
name: Download external
with:
Expand Down Expand Up @@ -59,14 +59,14 @@ jobs:
- name: Head merges base
working-directory: ./engine-HEAD
run: |
echo "BASE_REF: ${{ env.BASE_REF }}"
git merge ${{ env.BASE_REF }}
echo '--------------------------------------------------------'
git --no-pager log -10
echo '--------------------------------------------------------'
- run: |
"EXT_VERSION_HEAD=$(node ./engine-HEAD/.github/workflows/get-native-external-version.js)" >> $env:GITHUB_ENV
shell: pwsh
echo "EXT_VERSION_HEAD=$(node ./engine-HEAD/.github/workflows/get-native-external-version.js)" >> $GITHUB_ENV
- uses: actions/checkout@v4
name: Download external
Expand Down

0 comments on commit 4e4bfab

Please sign in to comment.