fix typo intest_dht-node.yml

This commit is contained in:
mahula 2023-03-16 10:02:55 +01:00 committed by GitHub
parent 03128f7f3d
commit 796f571db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
name: Detect File Changes - DHT Node
runs-on: ubuntu-latest
outputs:
frontend: ${{ steps.changes.outputs.dht_node }}
dht_node: ${{ steps.changes.outputs.dht_node }}
steps:
- uses: actions/checkout@v3.3.0