Skip to content

Commit

Permalink
Fix main. (#138)
Browse files Browse the repository at this point in the history
I missed a couple of things. This is bad. I am fixing them now.
  • Loading branch information
SamirTalwar authored Nov 3, 2023
1 parent c05e230 commit b010a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: lewagon/[email protected]
with:
ref: "${{ github.event.pull_request.head.sha || github.sha }}"
check-name: "build and deploy (ndc-postgres)"
check-name: "build and deploy"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Dispatch E2E tests
Expand Down
2 changes: 1 addition & 1 deletion ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ "${1:-}" == '-n' || "${1:-}" == '--dry-run' ]]; then
shift
fi

if [[ $# -ne 3 ]]; then
if [[ $# -ne 2 ]]; then
echo >&2 "Usage: ${0} [-n|--dry-run] REF IMAGE"
echo >&2
echo >&2 ' REF should be in the form "refs/heads/<branch>" or "refs/tags/<tag>"'
Expand Down

0 comments on commit b010a8c

Please sign in to comment.