Skip to content

Commit

Permalink
[WIP] Correct swap size parameterization
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist committed Sep 18, 2023
1 parent f48eb69 commit d47fbff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request: {}
workflow_dispatch:
inputs:
swapSizeGb:
swap_size_gb:
description: The amount of swap to allocate
default: 10
required: false
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# The Hugo build can require a significant amount of memory
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
with:
swap-size-gb: ${{ github.event.inputs.swapSizeGb }}
swap-size-gb: "${{ github.event.inputs.swap_size_gb }}"
#
# Set up cache
#
Expand Down

0 comments on commit d47fbff

Please sign in to comment.