Skip to content

Commit 223995c

Browse files
committed
Fix GH action name
1 parent 6dcac0a commit 223995c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/autorelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ jobs:
6262
# GitHub sets the GITHUB_TOKEN secret automatically.
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
65+
66+
# Trigger gitlab pipeline
6567
- name: Trigger gitlab pipeline
66-
uses: ghcr.io/appleboy/gitlab-ci-action@v1.3.0
68+
uses: appleboy/gitlab-ci-action@v1.3.0
6769
with:
6870
host: "https://gitlab.com"
6971
token: ${{ secrets.GITLAB_PROVIDERS_TOKEN }}

0 commit comments

Comments
 (0)