We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6d386 commit 78dd16cCopy full SHA for 78dd16c
.github/workflows/build.yml
@@ -30,7 +30,7 @@ on:
30
31
env:
32
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 || '' }}
+ ruby_commit_date_offset: ${{ github.event.inputs.ruby_commit_date_offset || '0' }}
34
ruby_sha: ${{ github.event.inputs.ruby_sha || github.event.client_payload.ruby_sha || '' }}
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
0 commit comments