File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Update Available-Plugins Table
22
33on :
4- workflow_dispatch :
4+ push :
5+ branches :
6+ - test-auto-update-available-plugins
57
68jobs :
79 regen-table :
810 runs-on : ubuntu-latest
911 steps :
10- # 1. Checkout the branch that triggered this run, with full history so we can commit back
12+ # 1. Checkout the branch that was pushed
1113 - name : Checkout repository
1214 uses : actions/checkout@v3
1315 with :
1416 fetch-depth : 0
15- persist-credentials : true # so pushes use the built-in GITHUB_TOKEN
17+ persist-credentials : true
1618
17- # 2. Prepare Python
19+ # 2. Set up Python
1820 - name : Set up Python
1921 uses : actions/setup-python@v4
2022 with :
2123 python-version : ' 3.x'
2224
23- # 3. Install our one dependency
25+ # 3. Install HTTP library
2426 - name : Install requests
2527 run : pip install requests
2628
3638 with :
3739 commit_message : " chore: auto-update Available-Plugins.md"
3840 file_pattern : Available-Plugins.md
39- branch : ${{ github.ref_name }} # push back to the branch that triggered the run
41+ branch : test-auto-update-available-plugins
You can’t perform that action at this time.
0 commit comments