Skip to content

Commit

Permalink
custom action exp
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh619 committed Jan 6, 2024
1 parent 3201462 commit d2e1c34
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,14 @@ jobs:
# git push

# using custom action
- name: edzyaml action
uses: Aadeshkale/edzyaml@main
- uses: Aadeshkale/edzyaml@main
with:
file_path: ${{ github.workspace }}
file_name: deployment.yaml
yaml_key: image
yaml_value: welcome-app:${{ env.IMG_TAG }}
yaml_value: welcome-app:${{ env.IMG_TAG }}
- name: edzyaml action
# uses: actions/checkout@v3
run: |
pwd
ls -la

0 comments on commit d2e1c34

Please sign in to comment.