Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent 29e9a10 commit a041ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
create-endpoint:
needs: [get-config, get-endpoint]
runs-on: ubuntu-latest
if: needs.get-endpoint.outputs.check_enpoint != needs.get-endpoint.outputs.name_enpoint
if: needs.get-endpoint.outputs.check_enpoint != ${{ needs.get-endpoint.outputs.name_enpoint }}
steps:
- id: test
name: test
Expand Down

0 comments on commit a041ac5

Please sign in to comment.