mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix: covector action should ref main now (#720)
This commit is contained in:
2
.github/workflows/change-status-on-PR.yml
vendored
2
.github/workflows/change-status-on-PR.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/pr-version-updates.yml
vendored
2
.github/workflows/pr-version-updates.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user