mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Yet another small typo. One day computers will understand I meant env.MAILU_BRANCH instead of MAILU_BRANCH.
This commit is contained in:
parent
7aa9b496fa
commit
58e751415c
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
env:
|
||||
MAILU_BRANCH: ${{ env.BRANCH }}
|
||||
run: |
|
||||
echo "MAILU_VERSION=${{ MAILU_BRANCH }}" >> $GITHUB_ENV
|
||||
echo "MAILU_VERSION=${{ env.MAILU_BRANCH }}" >> $GITHUB_ENV
|
||||
- name: Create folder for storing images
|
||||
run: |
|
||||
sudo mkdir -p /images
|
||||
|
Loading…
Reference in New Issue
Block a user