specifying the right branch and triggering build

This commit is contained in:
Venkataraman 2023-05-15 16:43:48 -04:00
parent 0e4bc86a85
commit b9d7f776e4

View file

@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: cnoe
ref: backstage-image
- name: Install packages
run: NODE_OPTIONS="--max_old_space_size=4096" yarn install