-
Notifications
You must be signed in to change notification settings - Fork 564
feat(run-digger-action): add digger-version input #2283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(run-digger-action): add digger-version input #2283
Conversation
shell: bash | ||
if: inputs.setup-google-cloud == 'true' | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a drive by fix for one action I missed in #2277
if: ${{ inputs.local-dev-mode == 'true' }} | ||
env: | ||
actionref: ${{ github.action_ref }} | ||
DIGGER_VERSION: ${{ github.action_ref }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated here for consistency, but I don't actually think this gets used...
@motatoes -- anything else you think needs to be done here before it is ready to merge? |
Thanks @sidpalas ! merging 🥳 |
digger-version
input which enables pinning usage of the digger action to the commit hash without incurring the performance penalty of needing to rebuild from source.