Skip to content

Commit

Permalink
Revert "fix: reference to workflow-templates for public libraries"
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudi authored Feb 28, 2025
1 parent 6be41d7 commit f21e417
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
73 changes: 0 additions & 73 deletions .github/actions/ci-analytics/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check-nodejs-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates-library/.github/actions/ci-analytics@v1
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}
2 changes: 1 addition & 1 deletion .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates-library/.github/actions/ci-analytics@v1
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates-library/.github/actions/ci-analytics@v1
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}
Expand Down

0 comments on commit f21e417

Please sign in to comment.