Skip to content

Commit

Permalink
internal: remove debug in deploy.yml (skyrim-multiplayer#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Dec 24, 2024
1 parent a027e54 commit da43e1d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,6 @@ jobs:
}
]
- name: Calculate diff being deployed
if: ${{env.DEPLOY_ACTION == 'deploy'}}
run: |
echo ""
echo "=== Full diff being deployed:"
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
git add .
git commit -m "Temporary commit for diff"
git diff HEAD~1 | tee deploy_git_diff
- name: Upload diff artifact
if: ${{env.DEPLOY_ACTION == 'deploy'}}
uses: actions/upload-artifact@v4
with:
name: patches
path: |
deploy_git_diff
- name: Post a link in Discord
if: ${{env.DEPLOY_ACTION == 'deploy'}}
env:
Expand Down

0 comments on commit da43e1d

Please sign in to comment.