mirror of
https://github.com/5etools-mirror-2/5etools-img.git
synced 2025-12-16 14:03:21 -06:00
Adjust positioning of with
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -50,14 +50,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# this might remove tools that are actually needed,
|
# this might remove tools that are actually needed,
|
||||||
# if set to "true" but frees about 6 GB
|
# if set to "true" but frees about 6 GB
|
||||||
tools-cache: true
|
tools-cache: true
|
||||||
android: true
|
android: true
|
||||||
dotnet: true
|
dotnet: true
|
||||||
haskell: true
|
haskell: true
|
||||||
large-packages: true
|
large-packages: true
|
||||||
swap-storage: true
|
swap-storage: true
|
||||||
docker-images: false
|
docker-images: false
|
||||||
|
|
||||||
- name: Set Env
|
- name: Set Env
|
||||||
run: |
|
run: |
|
||||||
IMAGE_VERSION=${{ github.ref_name }}
|
IMAGE_VERSION=${{ github.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user