We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d811665 commit 1461ff1Copy full SHA for 1461ff1
.github/workflows/integration.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Generate Stack Name
18
id: generate-stack-name
19
- run: echo "::set-output name=stack-name::$(echo graph-notebook-$RANDOM)"
+ run: echo "stack-name=$(echo graph-notebook-$RANDOM)" >> $GITHUB_OUTPUT
20
shell: bash
21
create-stack:
22
runs-on: ubuntu-latest
0 commit comments