Skip to content
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

force parse to string vars evaluated from github inputs #8649

Merged
merged 6 commits into from
Apr 2, 2024

Conversation

shubham3121
Copy link
Member

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

@shubham3121 shubham3121 changed the title force parse to string vars evaluated from github inpusts force parse to string vars evaluated from github inputs Apr 1, 2024
@@ -170,10 +170,10 @@ jobs:

- name: Install Syft
run: |
if (${{ inputs.release_platform }} == "REAL_PYPI"); then
if [ "${{ inputs.release_platform }}" == "REAL_PYPI" ]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NITPICK: In shell commands singe square brackets work only -eq or = but only with double square brackets == operation works

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed using :c4c851f

@shubham3121 shubham3121 merged commit da6f7a6 into dev Apr 2, 2024
35 of 55 checks passed
@shubham3121 shubham3121 deleted the post-release-workflow branch April 2, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants