Skip to content

Commit

Permalink
fix: typo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Jan 28, 2022
1 parent ff9e2d8 commit d2d2451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update dev environment
uses: fjogeleit/[email protected]
with:
valueFile: alby-simnet-deployment/values.yaml'
valueFile: 'alby-simnet-deployment/values.yaml'
propertyPath: 'lndhub.image.tag'
value: ${{ steps.build.outputs.tags }}
repository: getalby/alby-deployment
Expand All @@ -46,12 +46,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: fjogeleit/[email protected]
with:
valueFile: alby-mainnet-deployment/values.yaml'
valueFile: 'alby-mainnet-deployment/values.yaml'
propertyPath: 'lndhub.image.tag'
value: ${{ steps.build.outputs.tags }}
repository: getalby/alby-deployment
branch: main
createPR: false
message: 'CD: Update lndhub tag to ${{ steps.build.outputs.tag }}'
message: 'CD: Update lndhub tag to ${{ steps.build.outputs.tags }}'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
workDir: infrastructure
workDir: infrastructure

0 comments on commit d2d2451

Please sign in to comment.