summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2019-12-13 19:05:35 +0100
committerMax Maischein <corion@corion.net>2019-12-13 19:06:02 +0100
commit6a77ea1872e9b98f5f489b5517ed709ba1b55268 (patch)
tree36d56cb525cbc98752e885fcc1e084763a333da3 /.github
parente2f95f3c5534afd72f8e7bd8d2a4deb018b2aad3 (diff)
downloadperl-6a77ea1872e9b98f5f489b5517ed709ba1b55268.tar.gz
Remove bad "git switch" command
"git switch" isn't supported by Github git anyway
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/smoke-information.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/smoke-information.yml b/.github/workflows/smoke-information.yml
index abc30b9551..fcd38c35ee 100644
--- a/.github/workflows/smoke-information.yml
+++ b/.github/workflows/smoke-information.yml
@@ -25,9 +25,6 @@ jobs:
if [ -n "${GITHUB_HEAD_REF}" ]; then
echo "Pull request authors"
# env
- # Create the names of the branches here, as they don't seem
- # to exist properly?!
- git switch -c $GITHUB_HEAD_REF
echo git merge-base origin/${GITHUB_BASE_REF} ${GITHUB_HEAD_REF}
branch_off=$(git merge-base origin/${GITHUB_BASE_REF} ${GITHUB_HEAD_REF})
git log --pretty=format:"Author: %an <%ae>" $branch_off..${GITHUB_SHA}^2