Skip to content

Commit

Permalink
Update remove.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Sep 22, 2024
1 parent 8528ee2 commit 7699946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remove.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Delete st.ps1 if it exists
if: steps.check_existence.outputs.winutil_exists == 'true'
run: |
git config --global user.email "shelltube-action@noreply.github.com"
git config --global user.name "shelltube-action"
git config --global user.email "emadadel1920@gmail.com"
git config --global user.name "emadadel4"
git rm st.ps1
git commit -m "Delete st.ps1 as it is not allowed"
git push origin HEAD:${{ github.ref }}
Expand Down

0 comments on commit 7699946

Please sign in to comment.