fix: covector action should ref main now (#720)

This commit is contained in:
Jacob Bolda
2020-06-26 07:51:58 -05:00
committed by GitHub
parent 0067d5a5d2
commit c07afcf9d4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: covector status
uses: jbolda/covector/packages/action@master
uses: jbolda/covector/packages/action@main
id: covector
with:
command: 'status'

View File

@@ -16,7 +16,7 @@ jobs:
git config --global user.name "${{ github.event.pusher.name }}"
git config --global user.email "${{ github.event.pusher.email }}"
- name: covector version
uses: jbolda/covector/packages/action@master
uses: jbolda/covector/packages/action@main
id: covector
with:
command: 'version'