Skip to content

Commit

Permalink
[temp] automate auth-spa
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 18, 2024
1 parent 46a6a58 commit 43f0775
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/asgardeo-auth-spa-version-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: 🌟 Set up Git
run: |
git config user.name ${{ env.BOT_USERNAME }}}
git config user.email ${{ env.BOT_EMAIL }}}
- name: ⬇️ Checkout code
id: checkout
uses: actions/checkout@v2
with:
token: ${{ env.GH_TOKEN }}
fetch-depth: 0

- name: 🌟 Set up Git
run: |
git config user.name ${{ env.BOT_USERNAME }}}
git config user.email ${{ env.BOT_EMAIL }}}
- name: 🏷️ Set branch name
id: set-branch-name
run: |
Expand All @@ -51,9 +51,9 @@ jobs:
tree
- name: 🎉 Create pull request
id: create-pr
run: |
echo "VERSION_BUMP_BRANCH: $VERSION_BUMP_BRANCH"
echo "Creating pull request from $base_branch to $VERSION_BUMP_BRANCH"
gh pr create --base $base_branch --head $VERSION_BUMP_BRANCH --title "[Nightly Version Bump] [GitHub Action] Update package versions" --body "Bump versions"
# - name: 🎉 Create pull request
# id: create-pr
# run: |
# echo "VERSION_BUMP_BRANCH: $VERSION_BUMP_BRANCH"
# echo "Creating pull request from $base_branch to $VERSION_BUMP_BRANCH"
# gh pr create --base $base_branch --head $VERSION_BUMP_BRANCH --title "[Nightly Version Bump] [GitHub Action] Update package versions" --body "Bump versions"

0 comments on commit 43f0775

Please sign in to comment.