Skip to content

Commit 78dd16c

Browse files
committed
Set an appropriate offset as a default
1 parent cd6d386 commit 78dd16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
env:
3232
ruby_version: ${{ github.event.inputs.ruby_version || github.event.client_payload.ruby_version || 'master' }}
33-
ruby_commit_date_offset: ${{ github.event.inputs.ruby_commit_date_offset || '' }}
33+
ruby_commit_date_offset: ${{ github.event.inputs.ruby_commit_date_offset || '0' }}
3434
ruby_sha: ${{ github.event.inputs.ruby_sha || github.event.client_payload.ruby_sha || '' }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

0 commit comments

Comments
 (0)