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

CI - Remove deprecated set-output calls #30867

Merged
merged 1 commit into from
Feb 7, 2023

Conversation

@gsmet gsmet requested a review from famod February 4, 2023 11:40
@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label Feb 4, 2023
@@ -115,7 +115,7 @@ jobs:
- name: Get Date
id: get-date
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y-%m")"
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure about the quoting here?

Suggested change
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
echo "date=$(/bin/date -u '+%Y-%m')" >> $GITHUB_OUTPUT

Same for all other workflow files.

Copy link
Member Author

@gsmet gsmet Feb 4, 2023

Choose a reason for hiding this comment

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

Well, I'm not sure about the quoting but I haven't changed it :). I think it should work as bash quoting is weird.

@gsmet gsmet marked this pull request as ready for review February 6, 2023 09:01
@gsmet gsmet merged commit e6f3691 into quarkusio:main Feb 7, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 7, 2023
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

🙈 The PR is closed and the preview is expired.

@gsmet
Copy link
Member Author

gsmet commented Feb 7, 2023

Something is fishy. I reverted this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants