Skip to content

Commit fc0f66e

Browse files
committed
fix ubuntu to 22.04 and update trigger-workflow-and-wait to 1.6.5
1 parent b284feb commit fc0f66e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77

88
jobs:
99
deployer:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Branch info
1414
run: echo "Deploying branch main"
1515

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

0 commit comments

Comments
 (0)