alex529
alex529
GITHUB_TOKEN is required when you want to access some fields(documented here: https://action-slack.netlify.app/fields ) it would be nice, if this would be documented somewhere
i'm experience the same issue, workflow: ``` name: Publish on: push: branches: - features/x permissions: write-all #todo jobs: upsert_repo_vars: runs-on: ubuntu-latest steps: - uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |...
> > > I've also seen this popup when select format all documents on Solution. > VS 15.8.4 on Windows 10. > > ``` > Microsoft Visual Studio > FormatAllFilesCommand...
I was hoping there was a terraform flag for this one workaround for this: `terraform plan | sed '/Organization policy check/q'` the policies are still gonna be checked but the...