Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci: push to repo path is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Netzer committed Mar 1, 2022
1 parent 6bb5b6f commit 1f7f3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
if: ${{ contains(needs.setup.outputs.matrix, matrix.package) }}
uses: e-square-io/.github/.github/actions/push-to-repo@main
with:
path: dist/packages/${{ matrix.package }}
path: 'dist/packages/${{ matrix.package }}'
github-token: ${{ steps.githubAppAuth.outputs.github-token }}
version: ${{ needs.release.outputs.version }}
repository: ${{ matrix.package }}
6 changes: 3 additions & 3 deletions packages/nx-affected-matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @e-square/nx-affected-matrix-lib
# @e-square/nx-affected-matrix

[![NPM](https://img.shields.io/github/package-json/v/e-square-io/nx-affected-matrix?&logo=npm&style=flat-square)]()
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/e-square-io/nx-github-actions/Main%20Workflow/main?event=push&logo=github&style=flat-square)](https://github.com/e-square-io/nx-github-actions/actions/workflows/main.yml)
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
# install node modules, cache etc

- name: Calculate affected projects
uses: e-square-io/nx-affected-matrix-lib@v2
uses: e-square-io/nx-affected-matrix@v2
id: affected
with:
targets: 'test,build'
Expand Down Expand Up @@ -88,7 +88,7 @@ In some cases it might be useful to change the distribution only for a particula

---
- name: Calculate affected projects
uses: e-square-io/nx-affected-matrix-lib@v1
uses: e-square-io/nx-affected-matrix@v2
id: affected
with:
targets: 'test,build'
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-distributed-task/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @e-square/nx-distributed-task-lib
# @e-square/nx-distributed-task

[![NPM](https://img.shields.io/github/package-json/v/e-square-io/nx-distributed-task?&logo=npm&style=flat-square)]()
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/e-square-io/nx-github-actions/Main%20Workflow/main?event=push&logo=github&style=flat-square)](https://github.com/e-square-io/nx-github-actions/actions/workflows/main.yml)
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
# install node modules, cache etc

- name: Run command
uses: e-square-io/nx-distributed-task-lib@v2
uses: e-square-io/nx-distributed-task@v2
with:
target: 'test'
projects: 'project1,project2'
Expand Down

0 comments on commit 1f7f3d2

Please sign in to comment.