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

correct bash loop in examples #1908

Merged
merged 4 commits into from Feb 2, 2024
Merged

Conversation

dan-hill2802
Copy link
Contributor

The examples have the ALL_CHANGED_FILES variable in double quotes which prevents bash from expanding it, resulting in:

fileA.txt fileB.txt was changed

instead of the intended:

fileA.txt was changed
fileB.txt was changed

dan-hill2802 and others added 2 commits February 2, 2024 12:44
The examples have the ALL_CHANGED_FILES variable in double quotes which prevents bash from expanding it, resulting in:
```
fileA.txt fileB.txt was changed
```
instead of the intended:
```
fileA.txt was changed
fileB.txt was changed
```
@jackton1
Copy link
Member

jackton1 commented Feb 2, 2024

@dan-hill2802 Nice catch

@jackton1
Copy link
Member

jackton1 commented Feb 2, 2024

@all-contributors please add @dan-hill2802 for docs

Copy link
Contributor

@jackton1

I've put up a pull request to add @dan-hill2802! 🎉

@jackton1 jackton1 enabled auto-merge (squash) February 2, 2024 13:19
@jackton1 jackton1 added the merge when passing Merge the PR automatically once all status checks have passed label Feb 2, 2024
@jackton1 jackton1 merged commit 54c5610 into tj-actions:main Feb 2, 2024
9 of 10 checks passed
@dan-hill2802 dan-hill2802 deleted the patch-1 branch February 2, 2024 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when passing Merge the PR automatically once all status checks have passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants