2 parents bca85c1 + b4ea0a1 commit 451cc55Copy full SHA for 451cc55
1 file changed
action.yml
@@ -6,6 +6,10 @@ inputs:
6
description: "Where to run the action"
7
required: false
8
default: '.'
9
+ args:
10
+ description: "Command line arguments to pass to git-restore-mtime"
11
+ required: false
12
+ default: ''
13
branding:
14
icon: 'clock'
15
color: 'orange'
@@ -14,4 +18,4 @@ runs:
18
steps:
19
- shell: bash
16
20
run: |
17
- cd "${{ inputs.working-directory }}" && "$GITHUB_ACTION_PATH"/git-restore-mtime
21
+ cd "${{ inputs.working-directory }}" && "$GITHUB_ACTION_PATH"/git-restore-mtime ${{ inputs.args }}
0 commit comments