Skip to content

Add a little more info to the url.parse warning #1292

Add a little more info to the url.parse warning

Add a little more info to the url.parse warning #1292

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
loop:
name: loop
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', '' ]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- run: |
pwd
tree -a
shell: bash
- uses: ./
with:
debug: true
github_token: ${{ secrets.GITHUB_TOKEN }}