Skip to content

Commit 3b16283

Browse files
authored
chore: fix github action (googleapis#10555)
* chore: fix github action * add test code * rename index to list * remote test code
1 parent a0affc6 commit 3b16283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1818
on:
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
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'}}
@@ -36,8 +36,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)