Skip to content

Commit

Permalink
Merge pull request #43 from GoteoFoundation/fix/deploy_workflow
Browse files Browse the repository at this point in the history
Fix GA workflow
  • Loading branch information
davidbeig authored Oct 22, 2024
2 parents b284feb + fc0f66e commit 60417a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
deployer:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Branch info
run: echo "Deploying branch main"

- uses: convictional/trigger-workflow-and-wait@v1.3.0
- uses: convictional/trigger-workflow-and-wait@v1.6.5
with:
owner: GoteoFoundation
repo: goteo-oauth-deploy
github_token: ${{ secrets.GOTEO_OAUTH_DEPLOY_TOKEN }}
workflow_file_name: build.yml
inputs: '{"branch": "main"}'
ref: main

0 comments on commit 60417a6

Please sign in to comment.