diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index 20d94e2..d2ed4da 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -12,11 +12,21 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - steps: - name: Install tea run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea - name: Add token run: ./tea login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}" --name gitea - name: Trigger with tea - run: ./tea actions workflows dispatch --repo "${{ gitea.repository }}" --ref main --login "gitea" test-inputs.yaml + run: ./tea actions workflows dispatch --repo "${{ gitea.repository }}" --ref main --login "gitea" test-inputs.yaml --input "restart=${{ inputs.restart }}" + test-on-another: + runs-on: ubuntu-latest + permissions: + actions: write + steps: + - name: Install tea + run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea + - name: Add token + run: ./tea login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}" --name gitea + - name: Trigger with tea + run: ./tea actions workflows dispatch --repo "privileged/deployments" --ref main --login "gitea" update-doki-theme-gitea.yaml