We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fa94d commit 0b3a71dCopy full SHA for 0b3a71d
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
git config --global user.name $CONFIG_USERNAME
24
git config --global user.email $CONFIG_EMAIL
25
- git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_PAT@github.com/sourcefuse/loopback4-microservice-catalog
+ git remote set-url origin https://$GITHUB_ACTOR:$GITHUB_PAT@github.com/sourcefuse/loopback4-audit-log
26
env:
27
GITHUB_PAT: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
28
CONFIG_USERNAME: ${{ vars.RELEASE_COMMIT_USERNAME }}
0 commit comments