1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00

Use ubuntu-latest runner image

This commit is contained in:
Toast 2024-09-16 13:42:30 +10:00 committed by GitHub
parent aa2edb76f1
commit 979c71abfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,14 +22,10 @@ on:
required: true
default: 'nocombine'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "combine-prs"
combine-prs:
# The type of runner that the job will run on
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/github-script@v6
id: create-combined-pr