File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : " Generate References"
22
33on :
4- release :
5- types : [published]
64 workflow_dispatch :
75
86jobs :
97 docs-generation :
108 name : Generate references
11- permissions :
12- contents : write
139 runs-on : ubuntu-latest
1410 steps :
1511 - name : Checkout the repository
4541 echo "No new references generated in references directory"
4642 fi
4743
48- - uses : stefanzweifel/git-auto-commit-action@b3e3f72439fc3af08948f989a19a825463598a
44+ - uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0
4945 if : steps.changes.outputs.changed == 'true'
5046 with :
5147 commit_message : " Update generated references"
Original file line number Diff line number Diff line change 4949 with :
5050 tag_name : v${{ env.REPO_VERSION }}
5151 release_name : ${{ env.REPO_VERSION }}
52+
53+ - name : Dispatch generate-references for posthog-python
54+ env :
55+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56+ run : |
57+ gh workflow run generate-references.yml --ref master
You can’t perform that action at this time.
0 commit comments