From 4a652d233479d4b82fd716c62c8dab3fa5c9c56f Mon Sep 17 00:00:00 2001 From: danielalexis Date: Mon, 15 Apr 2024 15:04:00 +0100 Subject: [PATCH] Update angular-deploy-gh-pages-actions to version 1.4.0 --- .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 8c7c274..24f9611 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@1.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. + 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: production # The build environment for the app. please look configurations in your angular.json