check for actions-importer extension
Signed-off-by: Collin McNeese <[email protected]>
This commit is contained in:
@@ -32,10 +32,11 @@ jobs:
|
|||||||
- name: Install GitHub Actions Importer
|
- name: Install GitHub Actions Importer
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
gh extension install github/gh-actions-importer
|
gh actions-importer version || gh extension install github/gh-actions-importer
|
||||||
echo ${{ secrets.ghcr_password }} | gh actions-importer update --username ${{ secrets.ghcr_username }} --password-stdin
|
echo ${{ secrets.ghcr_password }} | gh actions-importer update --username ${{ secrets.ghcr_username }} --password-stdin
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ghcr_password }}
|
GITHUB_TOKEN: ${{ secrets.ghcr_password }}
|
||||||
|
GH_TOKEN: ${{ secrets.ghcr_password }}
|
||||||
- uses: actions-ecosystem/action-add-labels@v1
|
- uses: actions-ecosystem/action-add-labels@v1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user