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

Clarify case-(in)sensitivity for matrix.<keys> #27200

Open
1 task done
jsoref opened this issue Aug 1, 2023 · 11 comments
Open
1 task done

Clarify case-(in)sensitivity for matrix.<keys> #27200

jsoref opened this issue Aug 1, 2023 · 11 comments
Labels
actions This issue or pull request should be reviewed by the docs actions team content This issue or pull request belongs to the Docs Content team never-stale Do not close as stale waiting for review Issue/PR is waiting for a writer's review

Comments

@jsoref
Copy link
Contributor

jsoref commented Aug 1, 2023

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
https://docs.github.com/en/actions/learn-github-actions/contexts#matrix-context

What part(s) of the article would you like to see updated?

Add an indication whether or not matrix elements are case sensitive.

Additional information

Some sections indicate if items are case sensitive / case insensitive.

Developers of one project w/ which I have some affiliation were asking whether matrix.<key> would be case sensitive.

Here's a subset of the workflow they had:

jobs:
  linux:
    strategy:
      fail-fast: false
      matrix:
        arch:
          - amd64
        include:
          - arch: amd64
            CC: x86_64-linux-gnu
          - arch: arm64
            CC: aarch64-linux-gnu
    runs-on: ubuntu-22.04
    env:
      AR: ${{ matrix.CC }}-ar
      CHOST: ${{ matrix.cc }}
      CC: ${{ matrix.cc }}-gcc
      CPP: ${{ matrix.cc }}-cpp
      CXX: ${{ matrix.cc }}-g++
@jsoref jsoref added the content This issue or pull request belongs to the Docs Content team label Aug 1, 2023
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Aug 1, 2023
@cmwilson21
Copy link
Contributor

@jsoref Thanks for opening an issue and providing the workflow. I'll get this triaged for review 👀

@cmwilson21 cmwilson21 added actions This issue or pull request should be reviewed by the docs actions team waiting for review Issue/PR is waiting for a writer's review and removed triage Do not begin working on this issue until triaged by the team labels Aug 2, 2023
@Bryanbasor

This comment was marked as spam.

@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label Feb 5, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
@jsoref
Copy link
Contributor Author

jsoref commented Feb 12, 2024

@cmwilson21

@nguyenalex836 nguyenalex836 removed the stale There is no recent activity on this issue or pull request label Feb 12, 2024
@nguyenalex836 nguyenalex836 reopened this Feb 12, 2024
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Feb 12, 2024
@nguyenalex836
Copy link
Contributor

Reopened

@AMER88795

This comment was marked as spam.

@AMER88795

This comment was marked as spam.

@Graysonbarton

This comment was marked as spam.

@AMER88795

This comment was marked as spam.

@nguyenalex836 nguyenalex836 removed the triage Do not begin working on this issue until triaged by the team label Mar 7, 2024
@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label May 7, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 15, 2024
@jsoref
Copy link
Contributor Author

jsoref commented May 15, 2024

@nguyenalex836

@nguyenalex836 nguyenalex836 reopened this May 15, 2024
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label May 15, 2024
@nguyenalex836 nguyenalex836 removed stale There is no recent activity on this issue or pull request triage Do not begin working on this issue until triaged by the team labels May 15, 2024
@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label Jul 15, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
@jsoref
Copy link
Contributor Author

jsoref commented Jul 22, 2024

@nguyenalex836

@nguyenalex836 nguyenalex836 reopened this Jul 22, 2024
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Jul 22, 2024
@nguyenalex836 nguyenalex836 removed triage Do not begin working on this issue until triaged by the team stale There is no recent activity on this issue or pull request labels Jul 22, 2024
@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label Sep 23, 2024
@nguyenalex836 nguyenalex836 removed the stale There is no recent activity on this issue or pull request label Sep 26, 2024
@github-actions github-actions bot added the stale There is no recent activity on this issue or pull request label Jan 8, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
@jsoref
Copy link
Contributor Author

jsoref commented Jan 16, 2025

@nguyenalex836

@nguyenalex836 nguyenalex836 reopened this Jan 16, 2025
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Jan 16, 2025
@nguyenalex836 nguyenalex836 removed triage Do not begin working on this issue until triaged by the team stale There is no recent activity on this issue or pull request labels Jan 16, 2025
@subatoi subatoi added the never-stale Do not close as stale label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions This issue or pull request should be reviewed by the docs actions team content This issue or pull request belongs to the Docs Content team never-stale Do not close as stale waiting for review Issue/PR is waiting for a writer's review
Projects
None yet
Development

No branches or pull requests

13 participants
@jsoref @subatoi @cmwilson21 @Bryanbasor @Graysonbarton @AMER88795 @nguyenalex836 and others