-
Notifications
You must be signed in to change notification settings - Fork 8
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
Making reusable-regenerate-readme GitHub-y #53
base: main
Are you sure you want to change the base?
Conversation
jobs: | ||
|
||
regenerate-readme: #---------------------------------------------------------- |
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 may get emotional.
👨🏻🎨
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: '7.4' | ||
env: | ||
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
uses: shivammathur/setup-php@v2 | ||
with: | ||
php-version: "7.4" |
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.
Put things in chronological order.
env
is prerequisite.
custom-cache-suffix: $(date -u "+%Y-%m") | ||
custom-cache-suffix: | | ||
$(date --utc "+%Y-%m") |
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.
Protect shell scripts. Use long options.
@szepeviktor Yes, happy to accept even more changes to get this to an idiomatic way of writing GHA workflows. |
I think this might be a bit much 😁 The other changes seem fine. I'll defer to @schlessera for merge. |
Now unit and feature test detection are separate jobs. .github/.github/workflows/reusable-testing.yml Lines 14 to 28 in 0086fd4
Could you test it? Then I will finish GitHubify the rest. |
@szepeviktor Thanks! I'll defer to @schlessera when he's available. My opinions about GitHub workflows are less strong/informed. |
I also use a cat+keyboard combo to send pull requests 🐈⌨️ |
Use GHA outputs and true/false as values 🎉
Please see comments below.
Some viktor utopia for consideration
May I continue with other actions ❔