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.
1 parent e2dce0b commit fbb9b8bCopy full SHA for fbb9b8b
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
marketplaces:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
strategy:
12
fail-fast: false
13
matrix:
@@ -86,7 +86,7 @@ jobs:
86
87
github:
88
name: GitHub Milestones
89
90
steps:
91
- name: Get next versions
92
id: semvers
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
test:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
name: Linter
14
15
- name: Checkout repository
16
uses: actions/checkout@v1
0 commit comments