Skip to content

Commit

Permalink
feat: domains as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Oct 8, 2024
1 parent 65fc22c commit 006f199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
exit 1
;;
esac
echo "DOMAIN=$DOMAIN" >> $GITHUB_ENV
echo DOMAIN=$DOMAIN >> $GITHUB_ENV
- name: Create k8s cluster for testing
run: |
linode-cli lke cluster-create \
Expand Down

0 comments on commit 006f199

Please sign in to comment.