diff --git a/action.yml b/action.yml index 3d5f15e..d0d7409 100644 --- a/action.yml +++ b/action.yml @@ -13,16 +13,16 @@ inputs: github-token: description: 'GitHub token for downloading from a private repository. The default token is usually sufficient within the same organization.' required: false - default: ${{ github.token }} - - branding: - icon: 'anchor' - color: 'blue' - - runs: - using: "composite" - steps: - - name: Get Version Tag for Download + default: ${{ github.token }} + +branding: + icon: 'anchor' + color: 'blue' + +runs: + using: "composite" + steps: + - name: Get Version Tag for Download id: get_version shell: bash run: |