File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -54,18 +54,12 @@ jobs:
54
54
echo "mdixVersion=${{ env.mdixVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
55
55
echo "mdixColorsVersion=${{ env.mdixColorsVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
56
56
echo "mdixMahAppsVersion=${{ env.mdixMahAppsVersion }}-ci${{ github.run_number }}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
57
- echo "extra_var=hello" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf-8 -Append
58
57
59
- # echo "mdixVersion=${{ env.mdixVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
60
- # echo "mdixColorsVersion=${{ env.mdixColorsVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
61
- # echo "mdixMahAppsVersion=${{ env.mdixMahAppsVersion }}-ci${{ github.run_number }}" >> $GITHUB_ENV
62
-
63
58
- name : Just Testing
64
59
run : |
65
60
echo ${{ env.mdixVersion }}
66
61
echo ${{ env.mdixColorsVersion }}
67
62
echo ${{ env.mdixMahAppsVersion }}
68
- echo ${{ env.extra_var }}
69
63
70
64
- name : Build and Test
71
65
uses : ./.github/actions/build-and-test
You can’t perform that action at this time.
0 commit comments