Skip to content

Commit

Permalink
mmm
Browse files Browse the repository at this point in the history
  • Loading branch information
heuels committed Jul 3, 2020
1 parent 1f10868 commit 2de34aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

# - name: Bump version
# uses: ./.github/actions/bump-version
# with:
# token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
# if: ${{ github.actor != 'osome-bot' }}
- name: Bump version
uses: ./.github/actions/bump-version
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
if: ${{ github.actor != 'briskhome-bot' }}

0 comments on commit 2de34aa

Please sign in to comment.