check for actions-importer extension

Signed-off-by: Collin McNeese <collinmcneese@github.com>
This commit is contained in:
Collin McNeese
2022-12-12 11:20:09 -06:00
parent a1be7421bf
commit 35c0303549
+2 -1
View File
@@ -32,10 +32,11 @@ jobs:
- name: Install GitHub Actions Importer
shell: bash
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
env:
GITHUB_TOKEN: ${{ secrets.ghcr_password }}
GH_TOKEN: ${{ secrets.ghcr_password }}
- uses: actions-ecosystem/action-add-labels@v1
if: always()
with: