id
stringlengths
16
145
text
stringlengths
1
179k
title
stringclasses
1 value
github_using_workflows_jobs/github_using_jobs_1_4.txt
actions/using-github-hosted-runners/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ](/en/actions/using-github-h...
github_using_workflows_jobs/github_using_workflows_6_14.txt
n about each activity type, see " [ Webhook events and payloads ](/en/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request) ." By default, a workflow only runs when a ` pull_request ` event's activity type is ` opened ` , ` synchronize ` , or ` reopened ` . To trigger workflows by different activity ty...
github_using_workflows_jobs/github_using_workflows_1_9.txt
steps: - id: sets-a-secret name: Generate, mask, and output a secret shell: pwsh run: | Set-Variable -Name TheSecret -Value (Get-Random) Write-Output "::add-mask::$TheSecret" "secret-number=$TheSecret" >> $env:GITHUB_OUTPUT ...
github_using_workflows_jobs/github_using_workflows_9_3.txt
ions/automated-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated-m...
github_using_workflows_jobs/251790_68_0.txt
push: branches: - test You have to simply push nonsense into the ` test ` branch of your repository in order to trigger the workflow. After that you will see the workflow in the actions tab. The ` workflow_dispatch ` event only works in default branch . Same for ` schedule ` ....
github_using_workflows_jobs/manually-running-a-workflow7_113_0.txt
6. If the workflow requires input, fill in the fields. 7. Click Run workflow .
github_using_workflows_jobs/github_using_workflows_5_34.txt
you can also use it with JavaScript actions that don't define any inputs. ## ` jobs.<job_id>.steps[*].env ` Sets variables for steps to use in the runner environment. You can also set variables for the entire workflow or a job. For more information, see ` env ` and ` jobs.<job_id>.env ` . When more than one envir...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_80_0.txt
2 Highly active question . Earn 10 reputation (not counting the association bonus ) in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.
github_using_workflows_jobs/manually-running-a-workflow7_122_0.txt
### Did this doc help you? Yes No
github_using_workflows_jobs/manually-running-a-workflow7_75_0.txt
* GitHub-hosted runners * About GitHub-hosted runners
github_using_workflows_jobs/manually-running-a-workflow7_10_0.txt
* Use concurrency, expressions, and a test matrix * Using workflows
github_using_workflows_jobs/github_using_workflows_0_3.txt
b-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automa...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_92_0.txt
34 How to get branch name on GitHub action?
github_using_workflows_jobs/github_using_workflows_1_7.txt
age Creates a warning message and prints the message to the log. This message will create an annotation, which can associate the message with a particular file in your repository. Optionally, your message can specify a position within the file. Text ::warning file={name},line={line},endLine={endLine},t...
github_using_workflows_jobs/github_using_workflows_3_6.txt
default branch of your repository, when a release is created, or when an issue is opened. For more information, see " [ Triggering a workflow ](/en/actions/using- workflows/triggering-a-workflow) ", and for a full list of events, see " [ Events that trigger workflows ](/en/actions/using-workflows/events-that- trigger-...
github_using_workflows_jobs/manually-running-a-workflow7_58_0.txt
* Close inactive issues * Add label to comment on issue
github_using_workflows_jobs/github-series-actions-workflow-dispatch0_0_0.txt
# Nikhil Akki's blog
github_using_workflows_jobs/github_using_workflows_5_29.txt
jobs: my-job: name: My Job runs-on: ubuntu-latest steps: - name: Print a greeting env: MY_VAR: Hi there! My name is FIRST_NAME: Mona MIDDLE_NAME: The LAST_NAME: Octocat run: | echo $...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_24_0.txt
Improve this question Follow
github_using_workflows_jobs/github_using_workflows_2_11.txt
ed from A to B, and then from B to C. In the following example, workflow A passes all of its secrets to workflow B, by using the ` inherit ` keyword, but workflow B only passes one secret to workflow C. Any of the other secrets passed to workflow B are not available to workflow C. jobs: workflowA-...
github_using_workflows_jobs/github_using_jobs_1_1.txt
ove private fork runs ](/en/actions/managing-workflow-runs/approving-workflow-runs-from-private-forks) * [ Review deployments ](/en/actions/managing-workflow-runs/reviewing-deployments) * [ Skip workflow runs ](/en/actions/managing-workflow-runs/skipping-workflow-runs) * [ Delete a workflow run ](/en/ac...
github_using_workflows_jobs/github_using_workflows_3_0.txt
Skip to main content [ GitHub Docs ](/en) Version: Free, Pro, & Team Search GitHub Docs * [ GitHub Actions ](/en/actions "GitHub Actions") / * [ Using workflows ](/en/actions/using-workflows "Using workflows") / * [ About workflows ](/en/actions/using-workflows/about-workflows "About workflows") [ Home ]...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_87_0.txt
259 Only run job on specific branch with GitHub Actions
github_using_workflows_jobs/github_using_workflows_12_6.txt
rkflow run. This prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository's ` GITHUB_TOKEN ` , a new workflow will not run even when the repository contains a workflow configured to run when ` push ` events occur. For more information, see " [ Auto...
github_using_workflows_jobs/github_using_jobs_3_4.txt
n/actions/using-github-hosted-runners/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ](/en/actions/using-github...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_13_0.txt
3. Teams 4. Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams
github_using_workflows_jobs/github_using_workflows_0_4.txt
s to larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ]...
github_using_workflows_jobs/251790_66_0.txt
#### Staubgeborener Apr 2, 2024
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_71_0.txt
jackotonye jackotonye 3,683 25 25 silver badges 31 31 bronze badges
github_using_workflows_jobs/251790_105_0.txt
Actions Labels
github_using_workflows_jobs/github_using_jobs_6_1.txt
* [ Approve private fork runs ](/en/actions/managing-workflow-runs/approving-workflow-runs-from-private-forks) * [ Review deployments ](/en/actions/managing-workflow-runs/reviewing-deployments) * [ Skip workflow runs ](/en/actions/managing-workflow-runs/skipping-workflow-runs) * [ Delete a workflow run...
github_using_workflows_jobs/manually-running-a-workflow7_51_0.txt
* Sign Xcode applications * Containerized services
github_using_workflows_jobs/github_using_workflows_11_2.txt
onnect) * [ OpenID Connect in AWS ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) * [ OpenID Connect in Azure ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure) * [ OpenID Connect in Google...
github_using_workflows_jobs/github_using_workflows_5_12.txt
is ` false ` for a boolean, ` 0 ` for a number, and ` "" ` for a string. Within the called workflow, you can use the ` inputs ` context to refer to an input. For more information, see " [ Contexts ](/en/actions/learn-github- actions/contexts#inputs-context) ." If a caller workflow passes an input that is not specifie...
github_using_workflows_jobs/github_using_workflows_6_3.txt
-to-github-actions/automated-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actio...
github_using_workflows_jobs/github_using_workflows_6_21.txt
pes ` keyword. For more information, see " [ Workflow syntax for GitHub Actions ](/en/actions/using-workflows/workflow-syntax-for-github- actions#onevent_nametypes) ." **Note:** This event will only trigger a workflow run if the workflow file is on the default branch. **Note** : When pushing multi-architecture contai...
github_using_workflows_jobs/manually-running-a-workflow7_95_0.txt
* Automatic token authentication * Artifact attestations
github_using_workflows_jobs/github_using_workflows_6_11.txt
flow specific if more activity types are added in the future. For information about each activity type, see " [ Webhook events and payloads ](/en/webhooks-and-events/webhooks/webhook-events-and-payloads#merge_group) ." By default, all activity types trigger workflows that run on this event. You can limit your workflow ...
github_using_workflows_jobs/251790_112_0.txt
* * * Attach files
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_113_0.txt
##### Products * Teams * Advertising * Collectives * Talent
github_using_workflows_jobs/github_using_workflows_3_4.txt
s/using-github-hosted-runners/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ](/en/actions/using-github-hosted-...
github_using_workflows_jobs/manually-running-a-workflow7_19_0.txt
* Use conditions to control job execution * Matrices
github_using_workflows_jobs/github_using_workflows_4_5.txt
ions) * [ GitHub security features ](/en/actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions) * [ Automatic token authentication ](/en/actions/security-guides/automatic-token-authentication) * Creating actions * [ About custom actions ](/en/actions/creating-a...
github_using_workflows_jobs/251790_7_0.txt
* Copilot Write better code with AI
github_using_workflows_jobs/manually-running-a-workflow7_59_0.txt
* Move assigned issues * Remove label when adding card
github_using_workflows_jobs/github_using_workflows_5_27.txt
. Outputs are Unicode strings, and can be a maximum of 1 MB. The total of all outputs in a workflow run can be a maximum of 50 MB. Job outputs containing expressions are evaluated on the runner at the end of each job. Outputs containing secrets are redacted on the runner and not sent to GitHub Actions. To use job o...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_99_0.txt
34 How to get branch name on GitHub action?
github_using_workflows_jobs/github_using_workflows_1_2.txt
t) * [ OpenID Connect in AWS ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) * [ OpenID Connect in Azure ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure) * [ OpenID Connect in Google Clou...
github_using_workflows_jobs/github_using_workflows_5_35.txt
ble you define will be the first job that is created in your workflow run. For example, the above matrix will create the jobs in the following order: * ` {version: 10, os: ubuntu-latest} ` * ` {version: 10, os: windows-latest} ` * ` {version: 12, os: ubuntu-latest} ` * ` {version: 12, os: windows-latest} ` *...
github_using_workflows_jobs/251790_63_0.txt
edited *
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_37_0.txt
Jan 25, 2023 at 12:12 | Show 1 more comment
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_88_0.txt
193 Extract part of a string using bash/cut/split
github_using_workflows_jobs/github_using_workflows_4_2.txt
ith-openid-connect) * [ OpenID Connect in AWS ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) * [ OpenID Connect in Azure ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure) * [ OpenID Conne...
github_using_workflows_jobs/manually-running-a-workflow7_90_0.txt
* About ARC * Authenticating
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_81_0.txt
## Not the answer you're looking for? Browse other questions tagged
github_using_workflows_jobs/251790_114_0.txt
Menu * Heading * Bold * Italic * Quote * Code * Link * * Numbered list * Unordered list * Task list * * Attach files * Mention * Reference
github_using_workflows_jobs/251790_67_0.txt
\- @stephen-oconnor-cp I found a dirty workaround with something like that:
github_using_workflows_jobs/github_using_workflows_11_0.txt
Skip to main content [ GitHub Docs ](/en) Version: Free, Pro, & Team Search GitHub Docs * [ GitHub Actions ](/en/actions "GitHub Actions") / * [ Using workflows ](/en/actions/using-workflows "Using workflows") / * [ GitHub CLI in workflows ](/en/actions/using-workflows/using-github-cli-in-workflows "GitHu...
github_using_workflows_jobs/github_using_workflows_2_13.txt
en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow) ." When you re-run a workflow that uses a reusable workflow and the reference is not a SHA, there are some behaviors to be aware of: * Re-running all jobs in a workflow will use the reusable workflow from the specified reference. For more inf...
github_using_workflows_jobs/github_using_workflows_1_12.txt
2345${os.EOL}`, { encoding: 'utf8' }) import * as fs from 'fs' import * as os from 'os' fs.appendFileSync(process.env.GITHUB_STATE, `processID=12345${os.EOL}`, { encoding: 'utf8' }) The ` STATE_processID ` variable is then exclusively available to the cleanup sc...
github_using_workflows_jobs/github_using_workflows_12_7.txt
vents without configuration. For example, a workflow with the following ` on ` value will run when: * A label is created * A push is made to the ` main ` branch in the repository * A push is made to a GitHub Pages-enabled branch on: label: types: - created push: ...
github_using_workflows_jobs/github_using_workflows_7_6.txt
of the artifact get zipped together into a single file. This means that billing is calculated based on the size of the uploaded artifact and not the size of the zip file. GitHub provides two actions that you can use to upload and download build artifacts. For more information, see the [ upload-artifact ](https://githu...
github_using_workflows_jobs/github_using_jobs_1_3.txt
ons/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated-migrations/migrating-fr...
github_using_workflows_jobs/github_using_jobs_7_1.txt
) * [ Approve private fork runs ](/en/actions/managing-workflow-runs/approving-workflow-runs-from-private-forks) * [ Review deployments ](/en/actions/managing-workflow-runs/reviewing-deployments) * [ Skip workflow runs ](/en/actions/managing-workflow-runs/skipping-workflow-runs) * [ Delete a workflow...
github_using_workflows_jobs/github_using_workflows_7_3.txt
mated-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated-migrations...
github_using_workflows_jobs/manually-running-a-workflow7_35_0.txt
* About deployments * About continuous deployment
github_using_workflows_jobs/manually-running-a-workflow7_41_0.txt
* Deploying to Azure Static Web App * Deploying to Azure Kubernetes Service
github_using_workflows_jobs/251790_6_0.txt
* Codespaces Instant dev environments
github_using_workflows_jobs/manually-running-a-workflow7_21_0.txt
* Run jobs in a container * Set default values for jobs
github_using_workflows_jobs/manually-running-a-workflow7_32_0.txt
* Build & test PowerShell * Build & test Python
github_using_workflows_jobs/github_using_workflows_7_9.txt
with: name: homework_pre path: math-homework.txt job_2: name: Multiply by 9 needs: job_1 runs-on: windows-latest steps: - name: Download math result for job 1 uses: actions/download-artifact@v4 with: ...
github_using_workflows_jobs/github_using_jobs_7_5.txt
ecurity features ](/en/actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions) * [ Automatic token authentication ](/en/actions/security-guides/automatic-token-authentication) * Creating actions * [ About custom actions ](/en/actions/creating-actions/about-custom-ac...
github_using_workflows_jobs/github_using_workflows_2_10.txt
* [ ` jobs.<job_id>.permissions ` ](/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idpermissions) **Note:** * If ` jobs.<job_id>.permissions ` is not specified in the calling job, the called workflow will have the default permissions for the ` GITHUB_TOKEN ` . For more information, see "...
github_using_workflows_jobs/github_using_workflows_12_9.txt
gs-ignore ` keywords accept glob patterns that use characters like ` * ` , ` ** ` , ` + ` , ` ? ` , ` ! ` and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to _escape_ each of these special characters with ` \ ` . For more information...
github_using_workflows_jobs/github_using_workflows_2_7.txt
ntext. This means that a called workflow can access self-hosted runners that are: * In the caller repository * In the caller repository's organization, provided that the runner has been made available to the caller repository ## Limitations * You can connect up to four levels of workflows. For more informat...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_86_0.txt
* The [connect] tag is being burninated #### Linked
github_using_workflows_jobs/github_using_jobs_5_4.txt
-hosted-runners/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ](/en/actions/using-github-hosted-runners/connec...
github_using_workflows_jobs/github_using_jobs_8_5.txt
urity features ](/en/actions/security-guides/using-githubs-security-features-to-secure-your-use-of-github-actions) * [ Automatic token authentication ](/en/actions/security-guides/automatic-token-authentication) * Creating actions * [ About custom actions ](/en/actions/creating-actions/about-custom-acti...
github_using_workflows_jobs/251790_50_0.txt
Mar 24, 2020 \-
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_70_0.txt
Follow answered Oct 14, 2023 at 20:19
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_114_0.txt
##### Company * About * Press * Work Here * Legal * Privacy Policy * Terms of Service * Contact Us * Cookie Settings * Cookie Policy
github_using_workflows_jobs/github-series-actions-workflow-dispatch0_3_0.txt
## "Workflow Dispatch: On-demand Automation for Your GitHub Workflows" Nikhil Akki
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_23_0.txt
* github * github-actions Share
github_using_workflows_jobs/github_using_jobs_6_3.txt
ed-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated-migrations/mi...
github_using_workflows_jobs/github_using_jobs_6_7.txt
as the value of the available scopes within the ` permissions ` key. permissions: actions: read|write|none checks: read|write|none contents: read|write|none deployments: read|write|none id-token: read|write|none issues: read|write|none discussions: read|write|no...
github_using_workflows_jobs/github_using_workflows_5_21.txt
rmissions-for-code-scanning-alerts) " and " [ Repository permissions for 'Dependabot alerts' ](/en/rest/overview/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-dependabot-alerts) " in "Permissions required for GitHub Apps." ` statuses ` | Work with commit statuses. For example...
github_using_workflows_jobs/github_using_jobs_4_1.txt
private fork runs ](/en/actions/managing-workflow-runs/approving-workflow-runs-from-private-forks) * [ Review deployments ](/en/actions/managing-workflow-runs/reviewing-deployments) * [ Skip workflow runs ](/en/actions/managing-workflow-runs/skipping-workflow-runs) * [ Delete a workflow run ](/en/actio...
github_using_workflows_jobs/github_using_workflows_11_3.txt
ctions/automated-migrations/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated...
github_using_workflows_jobs/manually-running-a-workflow7_37_0.txt
* Deploy to Amazon ECS * Deploy to Azure
github_using_workflows_jobs/github_using_jobs_0_4.txt
ers/about-larger-runners/controlling-access-to-larger-runners) * [ Run jobs on larger runners ](/en/actions/using-github-hosted-runners/about-larger-runners/running-jobs-on-larger-runners) * Private networking * [ About private networking ](/en/actions/using-github-hosted-runners/connecting-to-a-pr...
github_using_workflows_jobs/251790_58_0.txt
\- I'm having a similar problem. I pushed to my one and only branch, and in the .github/workflows folder I have one .yml file. I'm wondering why it's not showing up so to even trigger manually. You mention it doesn't show up until you run it once, so where do I run it once? I'm confused. Is github doing some validat...
github_using_workflows_jobs/github_using_workflows_5_36.txt
": { "versions": [12, 14, 16] } } on: repository_dispatch: types: - test jobs: example_matrix: runs-on: ubuntu-latest strategy: matrix: version: ${{ github.event.client_payload.versions }} steps: ...
github_using_workflows_jobs/manually-running-a-workflow7_100_0.txt
* Publish in GitHub Marketplace * Share from your private repository
github_using_workflows_jobs/github_using_workflows_5_6.txt
l-fast * jobs.<job_id>.strategy.max-parallel * jobs.<job_id>.continue-on-error * jobs.<job_id>.container * jobs.<job_id>.container.image * jobs.<job_id>.container.credentials * jobs.<job_id>.container.env * jobs.<job_id>.container.ports * jobs.<job_id>.container.volumes * jobs.<job_id>.contai...
github_using_workflows_jobs/how-to-get-the-current-branch-within-github-actions6_9_0.txt
6. Companies 7. Labs
github_using_workflows_jobs/251790_23_0.txt
Include my email address so I can be contacted Cancel Submit feedback
github_using_workflows_jobs/251790_94_0.txt
\- @guillaumecleme , Well, according to your reply, I think you have some misunderstandings about Release event, or you confuse Release event with Push event. When you push a new tag to the remote, this activity is a type of Push event, “push” does not only mean push commits, it also includes push tags. The Release...
github_using_workflows_jobs/251790_108_0.txt
Italic Quote
github_using_workflows_jobs/github_using_workflows_7_2.txt
* [ OpenID Connect in AWS ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services) * [ OpenID Connect in Azure ](/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure) * [ OpenID Connect in Google Cloud Plat...
github_using_workflows_jobs/github_using_jobs_4_3.txt
/extending-github-actions-importer-with-custom-transformers) * [ Supplemental arguments and settings ](/en/actions/migrating-to-github-actions/automated-migrations/supplemental-arguments-and-settings) * [ Azure DevOps migration ](/en/actions/migrating-to-github-actions/automated-migrations/migrating-from-...