docs(ci): (fix:workflow) correct runner label
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: remote # if you use GitHub, should be "ubuntu-latest", etc.
|
||||
steps:
|
||||
- name: Checkout version
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user