From 8e3c1d2c70ef3e02fa1875b01b60512979d38b28 Mon Sep 17 00:00:00 2001 From: kidwen Date: Thu, 1 Feb 2024 18:11:42 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9525f0a9..44f99077 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: All things angular - uses: AhsanAyaz/angular-deploy-gh-pages-actions@[version] ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format. + uses: AhsanAyaz/angular-deploy-gh-pages-actions@v1.4.0 ## replace by latest version without it you will see Expected format {org}/{repo}[/path]@ref. Actual 'AhsanAyaz/angular-deploy-gh-pages-actions',Input string was not in a correct format. with: github_access_token: ${{ secrets.GITHUB_TOKEN }} # see the Configuration section for how you can create secrets build_configuration: staging # The build environment for the app. please look configurations in your angular.json