diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 268b9d6..53d80b9 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -24,7 +24,7 @@ jobs: from-dispatch: needs: set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.inputs.author }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5713604..0939f97 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }} @@ -60,7 +60,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }} @@ -78,7 +78,7 @@ jobs: needs: - test - set-repo-name - uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6 + uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.3.0 with: appName: ${{ needs.set-repo-name.outputs.repo_name }} author: ${{ github.event.pusher.name }}