We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a15df1 + 29b0b62 commit 2c63957Copy full SHA for 2c63957
.github/workflows/backuprestore.yml
@@ -9,7 +9,7 @@ on:
9
type: string
10
ref:
11
description: 'Ref'
12
- required: true
+ required: false
13
14
default: 'master'
15
workflow_call:
@@ -20,7 +20,7 @@ on:
20
21
22
23
24
25
26
@@ -32,7 +32,6 @@ jobs:
32
with:
33
repository: github/backup-utils-private
34
ref: ${{ inputs.ref }}
35
- token: ${{ secrets.BACKUPUTILACCESS }}
36
- run: docker build . --file Dockerfile --tag backup-utils
37
- run: docker save backup-utils -o backup-utils.tar
38
- uses: actions/upload-artifact@v3
0 commit comments