Skip to content

Commit

Permalink
Dont push to source
Browse files Browse the repository at this point in the history
  • Loading branch information
Agazoth committed Oct 10, 2023
1 parent 2b6450e commit 0faaa30
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ jobs:
$env:psakeDeploy = $true
Invoke-psake .\PSParquet.psake.ps1 Build
- name: Push changes to Git Repository
run: |
git config --global user.name 'Agazoth'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.TOKEN }}@github.com/${{ github.repository }}
git add .
git commit -am "Pushing Artifacts"
git push
- name: Upload Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0faaa30

Please sign in to comment.