diff --git a/.github/workflows/remove.yaml b/.github/workflows/remove.yaml index c483bb7..c07e0ee 100644 --- a/.github/workflows/remove.yaml +++ b/.github/workflows/remove.yaml @@ -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 }}