File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- name : A workflow for updating the api index in README.rst
15+ name : A workflow for updating the api list in README.rst
1616# Controls when the action will run.
1717
1818on :
2323
2424jobs :
2525 build :
26- name : Update API Index PR
26+ name : Update API List PR
2727 runs-on : ubuntu-latest
2828 # don't run the workflow on forks of googleapis/google-cloud-python
2929 if : ${{github.repository == 'googleapis/google-cloud-python'}}
3636 uses : actions/setup-python@v2
3737 with :
3838 python-version : 3.9
39- - name : Run python script to update the api index in README.rst
40- run : python3 updateapiindex .py
39+ - name : Run python script to update the api list in README.rst
40+ run : python3 updateapilist .py
4141 working-directory : ./scripts
4242 env :
4343 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments