Skip to content

Commit 1461ff1

Browse files
authored
Replace deprecated command with environment file (#506)
1 parent d811665 commit 1461ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Generate Stack Name
1818
id: generate-stack-name
19-
run: echo "::set-output name=stack-name::$(echo graph-notebook-$RANDOM)"
19+
run: echo "stack-name=$(echo graph-notebook-$RANDOM)" >> $GITHUB_OUTPUT
2020
shell: bash
2121
create-stack:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)