Skip to content

Commit

Permalink
ci: add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
npitsillos committed Nov 14, 2023
1 parent 28157b6 commit 30e8592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/operator-manual-deploy-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ jobs:
env:
ENVIRONMENT: ${{ github.event.inputs.environment }}
steps:
- uses: actions/checkout@v3
with:
repository: jina-ai/jina-operator
ref: ${{ github.event.inputs.branch }}
token: ${{ secrets.JINA_DEV_BOT }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 30e8592

Please sign in to comment.