Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(run-digger-action): separate digger binary setup from execution#2287

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
sidpalas wants to merge4 commits intodiggerhq:develop
base:develop
Choose a base branch
Loading
fromsidpalas:sp/split-binary-config-from-execution
Draft
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Merge branch 'develop' into sp/split-binary-config-from-execution
  • Loading branch information
@sidpalas
sidpalas committedOct 7, 2025
commit656b94fdceb4a53b3c700bd7f9df8c88ec31b28e
11 changes: 5 additions & 6 deletionsaction.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -462,7 +462,7 @@ runs:
shell: bash

- name: build digger from source
if: ${{!startsWith(github.action_ref, 'v') && inputs.local-dev-mode == 'false' }}
if: ${{steps.determine-binary-mode.outputs.binary-mode == 'build' }}
shell: bash

run: |
Expand All@@ -481,9 +481,9 @@ runs:
cd $GITHUB_WORKSPACE

- name: download and install prebuilt digger
if: ${{startsWith(github.action_ref, 'v') && inputs.local-dev-mode == 'false' }}
if: ${{steps.determine-binary-mode.outputs.binary-mode == 'prebuilt' }}
env:
actionref: ${{ github.action_ref }}
DIGGER_VERSION: ${{ inputs.digger-version || github.action_ref }}
shell: bash
run: |
set -euo pipefail
Expand DownExpand Up@@ -535,7 +535,7 @@ runs:
cd $GITHUB_WORKSPACE

- name: Validate local digger binary config
if: ${{inputs.local-dev-mode == 'true' }}
if: ${{steps.determine-binary-mode.outputs.binary-mode == 'local' }}
shell: bash
run: |
set -euo pipefail
Expand DownExpand Up@@ -563,7 +563,7 @@ runs:
PATH=$PATH:$(DIR)
cd $DIR

- name:run digger
- name:Run Digger
env:
PLAN_UPLOAD_DESTINATION: ${{ inputs.upload-plan-destination }}
PLAN_UPLOAD_S3_ENCRYPTION_ENABLED: ${{ inputs.upload-plan-destination-s3-encryption-enabled }}
Expand DownExpand Up@@ -599,7 +599,6 @@ runs:
id: run-digger
shell: bash
run: |
# Digger binary, path, etc... are confiured by previous steps
digger

- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view thefull changes here.

[8]ページ先頭

©2009-2025 Movatter.jp