Skip to content

Commit

Permalink
wip: access upé
Browse files Browse the repository at this point in the history
  • Loading branch information
polomarcus committed Nov 28, 2023
1 parent 27e7d5d commit 6be0e05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scaleway-down.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
args: container container list name=${{ secrets.CONTAINER_NAME }} --output json

- name: Get CONTAINER_ID env var
run: echo CONTAINER_ID=$(cat "${GITHUB_WORKSPACE}/scw.output" | jq -r '.id')
run: echo CONTAINER_ID=$(cat "${GITHUB_WORKSPACE}/scw.output" | jq -r '.[0].id')

- name: 0 instances
uses: jawher/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scaleway-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
args: container container list name=${{ secrets.CONTAINER_NAME }} --output json

- name: Get CONTAINER_ID env var
run: echo CONTAINER_ID=$(cat "${GITHUB_WORKSPACE}/scw.output" | jq -r '.id')
run: echo CONTAINER_ID=$(cat "${GITHUB_WORKSPACE}/scw.output" | jq -r '.[0].id')

- name: start 1 instances
uses: jawher/[email protected]
Expand Down

0 comments on commit 6be0e05

Please sign in to comment.