mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
fix(ci): fix Publish workflow startup_failure (#565)
* fix(ci): fix Publish workflow startup_failure * fix(ci): fix Publish workflow startup_failure
This commit is contained in:
parent
5c41e54297
commit
832376c598
1 changed files with 4 additions and 5 deletions
|
|
@ -12,7 +12,6 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish
|
name: Publish
|
||||||
# Check if the PR is not from a fork
|
|
||||||
if: github.repository_owner == 'samber'
|
if: github.repository_owner == 'samber'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -22,7 +21,7 @@ jobs:
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.4
|
ruby-version: '3.4'
|
||||||
|
|
||||||
- name: Set up yq
|
- name: Set up yq
|
||||||
uses: mikefarah/yq@v4
|
uses: mikefarah/yq@v4
|
||||||
Loading…
Reference in a new issue