In my workflow
- name: Get publish profile
id: publishprofile
uses: aliencube/publish-profile-actions@v1
env:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
with:
resourceGroupName: rgName
appName: appName
Not sure if it matters, but I'm using the setup-dotnet action using 6.0.x. The Docker container and the entrypoint.ps1 seem to work locally, just in Github I'm getting this issue.

In my workflow
Not sure if it matters, but I'm using the setup-dotnet action using 6.0.x. The Docker container and the entrypoint.ps1 seem to work locally, just in Github I'm getting this issue.