From 9eb2c9a25e35afbe6c22accd219c92f49c2fa29d Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 6 Mar 2020 10:24:36 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/repo2store.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo2store.yml b/.github/workflows/repo2store.yml index 2ed833c..ea918a9 100644 --- a/.github/workflows/repo2store.yml +++ b/.github/workflows/repo2store.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2-beta with: fetch-depth: 100 - # custom token is not needed for fetching REPO, + # custom token is not needed for fetching REPO, # but the action makes some magic with authentication headers # which are used on pushing to REPO-store token: ${{ secrets.DINAR_TOKEN }} @@ -24,7 +24,7 @@ jobs: run: | set -x git config --global user.email "itpp-bot@users.noreply.github.com" - git config --global user.name "Mitchell Admin" + git config --global user.name "Mitchell Admin" BRANCH=${GITHUB_REF##*/} REF=$(git rev-parse HEAD) git checkout -b $BRANCH-store store/$BRANCH