Skip to content

Commit

Permalink
Use latest server version in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Dec 5, 2024
1 parent 8defe6c commit 4393af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: 'Run EE server. Returns once server is ready. Only tested on Linux
inputs:
# All inputs in composite actions are strings
use-server-rc:
required: true
required: false
description: Deploy server release candidate?
default: 'false'
server-tag:
required: true
description: Specify Docker tag
default: '8.0.0.0-rc1'
default: 'latest'
# Github Composite Actions can't access secrets
# so we need to pass them in as inputs
docker-hub-username:
Expand Down

0 comments on commit 4393af7

Please sign in to comment.