test-pac-file-action

MIT License

Stars
0

Test Pac File Action

Runs PAC File Tester as an action to allow the testing of PAC files from GitHub Actions.

Example

    - name: 🧪 Test PAC File
      uses: Arcath/test-pac-file-action@v1
      with:
        file: ./_site/proxy.pac
        url: https://www.google.com
        result: DIRECT

Where file is the path to the PAC file on disk, url is the URL to test the file with and result is the expected result. If the actual result does not match result the action will fail.