From f9722dea3ebcc78932b0e9e80a5c930308bff759 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 25 Apr 2022 21:53:52 +0300 Subject: [PATCH] new test --- .github/workflows/bumpversion.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 80ee300..01f3c30 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -9,15 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - with: - token: ${{ secrets.TOKEN }} - # ref: develop - - name: fetch all branches - run: | - + # with: + # token: ${{ secrets.TOKEN }} + # # ref: develop - - name: pull latest develop branch changes - run: git pull origin develop + # - name: pull latest develop branch changes + # run: git pull origin develop - name: set global attributes run: |