Skip to content

Commit

Permalink
fix indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmueller committed Oct 16, 2023
1 parent af44ae5 commit e30b13c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:
contents: read

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# when set to "true" but frees about 6 GB
tool-cache: true

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: false
large-packages: false
swap-storage: false
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: false
large-packages: false
swap-storage: false

- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e30b13c

Please sign in to comment.