Skip to content

Commit c9be20c

Browse files
committed
Fixed github ref
1 parent f5e3888 commit c9be20c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
-
2424
name: Check out
2525
uses: actions/checkout@v4
26-
with:
26+
with:
2727
path: etherpad
28-
28+
2929
-
3030
name: Set up QEMU
3131
if: github.event_name == 'push'
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/checkout@v4
126126
with:
127127
path: ether-charts
128-
repository: https://github.com/ether/ether-charts
128+
repository: ether/ether-charts
129129
token: ${{ secrets.GITHUB_TOKEN }}
130130
- name: Update tag in values-dev.yaml
131131
#if: github.event == 'push' && github.ref == 'refs/heads/develop'

0 commit comments

Comments
 (0)