Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajSalaka committed Oct 9, 2024
1 parent 420dc27 commit 1322135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Echo string
id: "validate_linting"
run: |-
LINTER_URL= "https://run.mocky.io/v3/b9eac955-0136-4196-8529-fda4ee5aa20b"
LINTER_URL="https://run.mocky.io/v3/b9eac955-0136-4196-8529-fda4ee5aa20b"
RESPONSE=$(curl -o response.json -s -w "%{http_code}" ${LINTER_URL})
if [[ $RESPONSE != "200" ]]; then
echo "Governance Validation Failed Internally"
Expand Down

0 comments on commit 1322135

Please sign in to comment.