Skip to content

Commit

Permalink
Update dev-env-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Campos <mail@ruicampos.org>
  • Loading branch information
RuiFilipeCampos authored Mar 14, 2024
1 parent a929383 commit 7d69047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: digital-defiance/ec2-github-runner@feature/add-storage-option
with:
mode: start
root-volume-size: 100 # ${{ inputs.root_volume_size }}
root-volume-size: ${{ inputs.root_volume_size }}
iam-role-name: ec2-logs
pre-runner-script: | # sudo yum update -y && sudo yum install docker git libicu -y
sudo systemctl enable docker
Expand Down

0 comments on commit 7d69047

Please sign in to comment.