Skip to content

Commit

Permalink
ci: fix reusable workflows (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto authored Sep 23, 2024
2 parents b978814 + 32859ed commit ae05b96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
cache_cleanup:
name: Clean up cache
uses: evva-sfw/workflows/workflows/cache.yml@main
uses: evva-sfw/workflows/.github/workflows/cache.yml@main
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Debug inputs
run: |
echo "Type of release:${{ github.event.inputs.input_version }} from user ${GITHUB_ACTOR}"
git config --list
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -85,10 +84,9 @@ jobs:
run: |
git config user.name "${{ steps.import-gpg.outputs.name }}"
git config user.email "${{ steps.import-gpg.outputs.email }}"
git config --list
- name: Run release-it
run: npx release-it ${{ github.event.inputs.input_version }} --ci -V
run: npx release-it ${{ github.event.inputs.input_version }} --ci
env:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ permissions:
jobs:
semantic_pr-name:
name: semantic_pr-name
uses: evva-sfw/workflows/workflows/semantic.yml@main
uses: evva-sfw/workflows/.github/workflows/semantic.yml@main

0 comments on commit ae05b96

Please sign in to comment.