mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-21 05:46:32 +01:00
fix: typo workflow
This commit is contained in:
8
.github/workflows/workflow.yaml
vendored
8
.github/workflows/workflow.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Update dev environment
|
||||
uses: fjogeleit/yaml-update-action@v0.7.0
|
||||
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
|
||||
@@ -46,12 +46,12 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
uses: fjogeleit/yaml-update-action@v0.7.0
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user