🐳 Fix parameter name

This commit is contained in:
Jan Oberhauser 2022-02-12 12:37:53 +01:00
parent f3665ac245
commit ba8ccfa3b1

View file

@ -31,7 +31,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
name: ${{ github.event.inputs.repository || 'n8n-io/n8n' }} repository: ${{ github.event.inputs.repository || 'n8n-io/n8n' }}
ref: ${{ github.event.inputs.branch || 'master' }} ref: ${{ github.event.inputs.branch || 'master' }}
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v1