Skip to content

Commit

Permalink
[GHA] Fix YAML file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiArthurB committed Oct 4, 2021
1 parent 66a3a3c commit 4c95046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-travis.yml
Expand Up @@ -67,8 +67,8 @@ jobs:
name: gama-zip-builds
path: ./*zip

outputs:
continue_pipeline: ${{ env.CONTINUE }}
outputs:
continue_pipeline: ${{ env.CONTINUE }}


apple-signing:
Expand Down Expand Up @@ -178,4 +178,4 @@ jobs:
SSHPASS: ${{ secrets.USER_PWD }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
TRAVIS_COMMIT: ${ GITHUB_SHA }
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
TRAVIS_EVENT_TYPE: ${{ github.event_name }}

0 comments on commit 4c95046

Please sign in to comment.