We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runs-on
1 parent b089129 commit d337310Copy full SHA for d337310
.github/workflows/deploy-prod.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-olatest
+ runs-on: ubuntu-latest
12
steps:
13
# Check-out the repository under $GITHUB_WORKSPACE.
14
- uses: actions/checkout@master
0 commit comments