Skip to content

Commit

Permalink
Correct indent for step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Aug 9, 2023
1 parent 267c8db commit 1138a55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nmc-app-precond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
runs-on: ubuntu-latest
env:
BUILD_TOKEN: ${{ secrets.BUILD_TOKEN || secrets.GITHUB_TOKEN }}
outputs:
appname: ${{ steps.appname.outputs.result }}
appversion: ${{ steps.appversion.outputs.result }}
tag: nmc${{ steps.appversion.outputs.result }}-${{ inputs.increment }}
outputs:
appname: ${{ steps.appname.outputs.result }}
appversion: ${{ steps.appversion.outputs.result }}
tag: nmc${{ steps.appversion.outputs.result }}-${{ inputs.increment }}
steps:

# read directly from Nextcloud to get the app infromation before lengthy fetch
Expand Down

0 comments on commit 1138a55

Please sign in to comment.