Update build-and-run.yml
修正git action
This commit is contained in:
parent
b5bee828ca
commit
d6def4acd0
4
.github/workflows/build-and-run.yml
vendored
4
.github/workflows/build-and-run.yml
vendored
@ -8,7 +8,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-run:
|
build-and-run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# 不给权限会报错
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: 1. Checkout repository
|
- name: 1. Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user