From 7d041d99a8e56c940ce6153c181121bad96d510f Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 6 Oct 2021 21:04:55 +0100 Subject: [PATCH] chore: :bug: Fixed error in workflow --- .github/workflows/build.yml | 16 ++++++++-------- .gitignore | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09c66c1dd..906a33467 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -208,13 +208,13 @@ jobs: needs: [ release ] runs-on: ubuntu-latest steps: - - name: Trigger APT Build - uses: fjogeleit/http-request-action@master - with: - url: 'https://api.github.com/repos/Ombi-app/Ombi.Apt/actions/workflows/build-deb.yml/dispatches' - method: 'POST' - contentType: 'application/json' - data: "{ 'ref':'main', 'inputs': { 'version': '${{ steps.changelog.outputs.tag }}'} }" - customHeaders: "{'Accept':'application/vnd.github.v3+json', 'Authorization':'Bearer ${{secrets.APT_PAT}}', 'User-Agent':'Ombi'}" + - name: Trigger APT Build + uses: fjogeleit/http-request-action@master + with: + url: 'https://api.github.com/repos/Ombi-app/Ombi.Apt/actions/workflows/build-deb.yml/dispatches' + method: 'POST' + contentType: 'application/json' + data: "{ 'ref':'main', 'inputs': { 'version': '${{ steps.changelog.outputs.tag }}'} }" + customHeaders: "{'Accept':'application/vnd.github.v3+json', 'Authorization':'Bearer ${{secrets.APT_PAT}}', 'User-Agent':'Ombi'}" diff --git a/.gitignore b/.gitignore index fc31d399b..845eda385 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +.sonarqube/ # Visual Studio 2015 cache/options directory .vs/