We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69cac1 commit 1bf48a0Copy full SHA for 1bf48a0
.github/workflows/generate-current-manifests.yml
@@ -40,24 +40,6 @@ jobs:
40
working-directory: tests
41
run: ./generate_all_templates.sh
42
43
- - name: Create Pull Request
44
- uses: peter-evans/create-pull-request@v5
45
- with:
46
- token: ${{ secrets.GITHUB_TOKEN }}
47
- commit-message: "GitHub Action: generate latest manifests"
48
- title: "Update manifests"
49
- body: |
50
- This PR updates the manifests based on the latest changes.
51
- Please review and merge if everything looks correct.
52
- branch: update-manifests
53
- base: main
54
- labels: |
55
- automated pr
56
- manifest update
57
- reviewers: $$ {github.actor }}
58
- draft: false
59
- delete-branch: true
60
-
61
- name: Upload all manifests
62
working-directory: current-excel-manifests
63
run: ../tests/upload_templates.sh
0 commit comments