Skip to content

Commit

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

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

0 comments on commit 2aa0cdf

Please sign in to comment.