Skip to content

Commit

Permalink
[UPDATE]
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoandresdiazespinoza committed Dec 1, 2023
1 parent 8e71d1f commit 2f536c9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/dp_update_api_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,8 @@ jobs:
- name: Push to update-api-name-list
run: >
git push
- name: Create Pull Request
uses: 'peter-evans/create-pull-request@v5'
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update api names list
title: Update api names
body: Update api names list for developer portal Enable GCP Service API template
branch: main
delete-branch: true
- name: create pull request
run: >
gh pr create -B main -H update-api-name-list --title '[Created by Github action]' --body 'Update api names list for developer portal Enable GCP Service API template'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2f536c9

Please sign in to comment.