Skip to content

Troubleshooting

Troubleshooting #1

name: 'Troubleshooting'
on:
workflow_dispatch:
inputs:
displayNameOfSecrets:
description: Display the name (not the value) of secrets available to the repository
type: boolean
default: false
permissions:
actions: read
contents: read
defaults:
run:
shell: powershell
env:
ALGoOrgSettings: ${{ vars.ALGoOrgSettings }}
ALGoRepoSettings: ${{ vars.ALGoRepoSettings }}
jobs:
Troubleshooting:
runs-on: [ windows-latest ]
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
lfs: true
- name: Troubleshooting
uses: microsoft/AL-Go-Actions/Troubleshooting@v6.0
with:
shell: powershell
gitHubSecrets: ${{ toJson(secrets) }}
displayNameOfSecrets: ${{ github.event.inputs.displayNameOfSecrets }}