Skip to content

Commit 87db57f

Browse files
authored
change ref develop to master (#554)
1 parent dc1165e commit 87db57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-deploy-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
-H "Authorization: Bearer ${{ secrets.SYSOPS_RW_GITHUB_TOKEN }}" \
100100
-H "X-GitHub-Api-Version: 2022-11-28" \
101101
https://api.github.com/repos/meedan/sysops/actions/workflows/deploy_${{ github.event.repository.name }}.yml/dispatches \
102-
-d '{"ref": "develop", "inputs": {"git_sha": "${{ github.sha }}", "type": "push"}}'
102+
-d '{"ref": "master", "inputs": {"git_sha": "${{ github.sha }}", "type": "push"}}'
103103
104104
- name: Kick off Terraform deploy in sysops/
105105
id: sysops-deploy-live

0 commit comments

Comments
 (0)