mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Fix workflow syntax - of course keys cannot be defined twice
This commit is contained in:
@@ -500,7 +500,6 @@ jobs:
|
||||
run: |
|
||||
echo '::set-output name=TAGTYPE::$(git cat-file -t $GITHUB_REF)'
|
||||
|
||||
steps:
|
||||
- name: Fetch all Artifacts
|
||||
if: steps.get_tagtype.outputs.TAGTYPE == 'tag'
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user