Skip to content

Try comparing the entire YAML as a string #143

Try comparing the entire YAML as a string

Try comparing the entire YAML as a string #143

Workflow file for this run

name: Test the Action
on:
push:
paths-ignore:
- .github/README.md.erb
- README.md
- LICENSE
workflow_dispatch:
jobs:
ghctl-repo-config-apply:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gitsudo-io/ghctl@main
with:
args: version
- uses: gitsudo-io/ghctl@main
env:
RUST_LOG: ghctl=debug
with:
args: repo config apply gitsudo-io/ghctl -F tests/fixtures/ghctl.yaml --access-token ${{ secrets.CUCUMBER_GITHUB_TOKEN }}