Skip to content

Merge pull request #40 from GoteoFoundation/fix/logout-locale-collision #34

Merge pull request #40 from GoteoFoundation/fix/logout-locale-collision

Merge pull request #40 from GoteoFoundation/fix/logout-locale-collision #34

Workflow file for this run

name: "Deployer"
on:
push:
branches:
- main
jobs:
deployer:
runs-on: ubuntu-latest
steps:
- name: Branch info
run: echo "Deploying branch main"
- uses: convictional/[email protected]
with:
owner: GoteoFoundation
repo: goteo-oauth-deploy
github_token: ${{ secrets.GOTEO_OAUTH_DEPLOY_TOKEN }}
workflow_file_name: build.yml
inputs: '{"branch": "main"}'