Skip to content

Commit 34b059a

Browse files
update yaml
1 parent 41ec2b6 commit 34b059a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
update:
88
runs-on: ubuntu-latest
9-
permissions:
10-
contents: write # Grant write permissions to the repository contents
119
steps:
1210
- name: Checkout repository
1311
uses: actions/checkout@v2
@@ -26,6 +24,7 @@ jobs:
2624
env:
2725
ISSUE_BODY: ${{ github.event.issue.body }}
2826
run: |
27+
echo "$ISSUE_BODY" > issue_body.json
2928
python update_library.py
3029
3130
- name: Commit changes

0 commit comments

Comments
 (0)