mirror of
https://github.com/konpa/devicon.git
synced 2025-08-18 20:31:31 +02:00
Update labeler preflight to Ubuntu Latest (#1747)
This commit is contained in:
@@ -6,10 +6,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
save_pr_num_in_artifact:
|
save_pr_num_in_artifact:
|
||||||
name: Preflight Label Issue In Develop
|
name: Preflight Label Issue In Develop
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Save the PR number in an artifact
|
- name: Save the PR number in an artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Reference in New Issue
Block a user