Skip to content
Snippets Groups Projects
Unverified Commit 4197c26a authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Update ci.yml

parent cf748e7e
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,8 @@ jobs: ...@@ -55,8 +55,8 @@ jobs:
echo "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git" echo "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
git config --global user.email $GITHUB_ACTOR@users.noreply.github.com git config --global user.email $GITHUB_ACTOR@users.noreply.github.com
git config --global user.name $GITHUB_ACTOR git config --global user.name $GITHUB_ACTOR
# echo "branch is ${{ steps.extract_branch.outputs.branch }}" echo "extracted branch is ${{ steps.extract_branch.outputs.branch }}"
# git checkout ${{ steps.extract_branch.outputs.branch }} git checkout -b ${{ steps.extract_branch.outputs.branch }}
git status git status
git add . git add .
- name: Are there any updates? - name: Are there any updates?
...@@ -68,6 +68,5 @@ jobs: ...@@ -68,6 +68,5 @@ jobs:
run: | run: |
echo ${{ steps.is_dirty.outputs.status }} echo ${{ steps.is_dirty.outputs.status }}
git commit -m "🎨 Prettier" git commit -m "🎨 Prettier"
git push --force -U origin HEAD git push --force --set-upstream "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" ${{ steps.extract_branch.outputs.branch }}
# git push --force --set-upstream "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" ${{ steps.extract_branch.outputs.branch }}
- run: npm test - run: npm test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment