We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ec2b6 commit 34b059aCopy full SHA for 34b059a
1 file changed
.github/workflows/workflow.yml
@@ -6,8 +6,6 @@ on:
6
jobs:
7
update:
8
runs-on: ubuntu-latest
9
- permissions:
10
- contents: write # Grant write permissions to the repository contents
11
steps:
12
- name: Checkout repository
13
uses: actions/checkout@v2
@@ -26,6 +24,7 @@ jobs:
26
24
env:
27
25
ISSUE_BODY: ${{ github.event.issue.body }}
28
run: |
+ echo "$ISSUE_BODY" > issue_body.json
29
python update_library.py
30
31
- name: Commit changes
0 commit comments