Skip to content

Commit

Permalink
Merge pull request #96 from premisedata/INFRA-1754
Browse files Browse the repository at this point in the history
Pull request title
  • Loading branch information
diegoandresdiazespinoza authored Dec 1, 2023
2 parents d65d6d9 + 2f536c9 commit 9bb2b2a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/dp_update_api_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +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:
commit-message: Update api names list
title: Update api names
body: Update api names list for developer portal Enable GCP Service API
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 9bb2b2a

Please sign in to comment.