We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d2fbb2 + b06f919 commit 231743eCopy full SHA for 231743e
.github/workflows/release-milestone.yml
@@ -10,7 +10,7 @@ jobs:
10
build-and-stage-release:
11
name: Build and Stage Release
12
if: ${{ github.repository == 'spring-projects/spring-boot' }}
13
- runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
+ runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
14
steps:
15
- name: Check Out Code
16
uses: actions/checkout@v4
0 commit comments