Skip to content

Commit

Permalink
Merge pull request #264 from opentofu/fix-gha
Browse files Browse the repository at this point in the history
Fixing broken GHA expression
  • Loading branch information
abstractionfactory authored Dec 2, 2024
2 parents 8b145e4 + 45beb7a commit 0df6ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
TARGET_SYSTEM: ${{inputs.target_system}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FORCE_REGENERATE: ${{inputs.force_regenerate}}
FORCE_REPO_DATA_UPDATE_ARG: ${{inputs.force_repo_data_update && "--force-repo-data-update" || ""}}
FORCE_REPO_DATA_UPDATE_ARG: ${{inputs.force_repo_data_update && '--force-repo-data-update' || ''}}
run: |
go run github.com/opentofu/registry-ui/cmd/generate --log-level=trace --s3-bucket=${S3_BUCKET} --blocklist ../blocklist.json --licenses-file ../licenses.json --namespace="${NAMESPACE}" --name="${NAME}" --target-system="${TARGET_SYSTEM}" --force-regenerate="${FORCE_REGENERATE}" "${FORCE_REPO_DATA_UPDATE_ARG}"
- name: Update search index
Expand Down

0 comments on commit 0df6ed6

Please sign in to comment.