actions icon indicating copy to clipboard operation
actions copied to clipboard

Author and use Azure Actions to automate your GitHub workflows

Results 33 actions issues
Sort by recently updated
recently updated
newest added

I ran accessibility insights on https://azure.github.io/actions/ and a few accessibility issues were highlighted. I also couldn't find this site on WCP (https://webcompliance.trafficmanager.net/) to see who the owner was, etc. ![image](https://github.com/Azure/actions/assets/12971179/24936dd5-f4d8-4538-b588-eb327d94991e)

this is a feature request. There is Azure batch which can run custom applications on a schedule and from other services. That would be great if there will be GitHub...

enhancement

On a SharePoint Provider-Hosted app we have by default AppForSharePointOnlineWebToolkit.4.0.0.nupkg from local folder C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\SharePoint\NuGet Packages Using an github workflow to build and publish to an App service...

Hi, Please let me know if this should be in another repo, but I am using the [base config in the linked examples for deploying a NodeJS function app to...

Snyk has created this PR to upgrade typescript from 3.5.3 to 4.8.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/8fc8f1f2-7b75-4f39-9a47-5498c0289d31?utm_source=github&utm_medium=referral&page=upgrade-pr

Based on: https://docs.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=applevel https://github.com/Azure/actions-workflow-samples/tree/master/AppService I am trying to enable github actions for deploying to a Azure Web App Service. But it seems its not supported I get this message: _Configuring...

**Describe the issue** In workflow, `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)

## Description Resolve #149 Update workflows to use environment file instead of deprecated `set-output` command. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) I found the workflow files that use `set-output` command through...