-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f319f8c
commit 3e87738
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,10 +54,10 @@ jobs: | |
git config --global user.name "GitHub Actions" | ||
git config --global user.email "[email protected]" | ||
git clone https://x-access-token:${TOKEN}github.com/kevinchappell/formBuilder-site.git | ||
git clone https://$TOKENgithub.com/kevinchappell/formBuilder-site.git | ||
cd formBuilder-site | ||
npm version ${{ env.VERSION }} | ||
# Commit and push the changes | ||
git commit -am "Update site to ${{ env.VERSION }}" | ||
git push https://x-access-token:${TOKEN}@github.com/kevinchappell/formBuilder-site.git master | ||
git push https://$[email protected]/kevinchappell/formBuilder-site.git master |