Skip to content

Commit

Permalink
ci(pipeline): add step to change directory in GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Added a step in the pipeline.yaml file to change the current working directory to 'helm-charts' before configuring git user details and adding changes.
  • Loading branch information
winromulus committed Jul 6, 2024
1 parent dc39a79 commit cdaf5bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:
mkdir -p helm-charts/repository/reflector
cp .artifacts/helm/reflector-${{env.version}}.tgz helm-charts/repository/reflector
cd helm-charts
git config user.name "Romeo Dumitrescu"
git config user.email "5931333+winromulus@users.noreply.github.com"
git add .
Expand Down

0 comments on commit cdaf5bc

Please sign in to comment.