Skip to content

Commit

Permalink
add git checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
kpplis committed Dec 20, 2024
1 parent 81c1ac9 commit 6f73bae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ jobs:
environment: ${{ github.event.deployment.payload.env }}
runs-on: ${{ inputs.runner }}
steps:
- name: Checkout current git repository
uses: actions/checkout@v3
- if: inputs.preScript != ''
name: Run script before the docker image is built
run: |
Expand Down

0 comments on commit 6f73bae

Please sign in to comment.