Skip to content

Commit 64ad701

Browse files
committed
fix job declaration
1 parent 4c808f0 commit 64ad701

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/stacks-core-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ jobs:
7474
## Generate and upload node configuration documentation
7575
node-config-docsgen:
7676
name: Node Configuration Documentation
77-
uses: stacks-network/actions/stacks-core/node-config-docsgen@feat/node-config-docsgen
77+
runs-on: ubuntu-latest
78+
steps:
79+
- name: Generate Node Configuration Documentation
80+
id: node_config_docsgen
81+
uses: stacks-network/actions/stacks-core/node-config-docsgen@feat/node-config-docsgen
7882

7983
## Disabled
8084
## - this test can take several hours to run

0 commit comments

Comments
 (0)