Skip to content

Commit

Permalink
fix ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
lobeto99 committed Nov 26, 2024
1 parent 467ac7d commit 0189a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template-build-fe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fi
- name: Post final status
if: always() && ${{ github.actor != 'renovate[bot]' }}
if: always() && github.actor != 'renovate[bot]'
uses: act10ns/[email protected]
with:
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-build-vite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
fi
- name: Post final status
if: always() && ${{ github.actor != 'renovate[bot]' }}
if: always() && github.actor != 'renovate[bot]'
uses: act10ns/[email protected]
with:
status: ${{ job.status }}
Expand Down

0 comments on commit 0189a75

Please sign in to comment.