We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2a3a9 commit 53619a6Copy full SHA for 53619a6
.github/workflows/update-app-events-data.yml
@@ -5,10 +5,6 @@ on:
5
- cron: "0 0 * * 1" # Run every Monday at 00:00 UTC
6
workflow_dispatch: # Allow manual triggering
7
8
-permissions:
9
- contents: read
10
- pull-requests: write
11
-
12
jobs:
13
update-app-events-data:
14
runs-on: ubuntu-latest
@@ -45,7 +41,7 @@ jobs:
45
41
run: node ./scripts/create_app_events_docs_markdown.mjs
46
42
47
43
- name: Create Pull Request
48
- uses: peter-evans/create-pull-request@v7
44
+ uses: peter-evans/create-pull-request@v6
49
with:
50
commit-message: Update app events data
51
title: Update App Events Data
0 commit comments