Skip to content

Commit

Permalink
Merge pull request #53 from GhostVaibhav/hotfix-update-ci-pipeline
Browse files Browse the repository at this point in the history
Deleted a closing bracket at a wrong place
  • Loading branch information
GhostVaibhav authored Jul 14, 2024
2 parents c734e26 + f2104b8 commit 6b4b57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.branch.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
"comment": "Temporary Feature Branch",
"id": "'"$CNAME_ID"'",
"ttl": 3600
}') | jq '.result.id')" >> $GITHUB_ENV
}' | jq '.result.id')" >> $GITHUB_ENV
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 6b4b57f

Please sign in to comment.