Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #10

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #10

Workflow file for this run

name: Workflow tester
on:
pull_request:
jobs:
test_stuff:
runs-on: ubuntu-latest
steps:
- run: |
echo "Action: ${{ github.event.action }}"
echo "Login: ${{ github.event.pull_request.user.login }}"
echo "Title: ${{ github.event.pull_request.title }}"
echo "Body: ${{ github.event.pull_request.body }}"
echo "URL: ${{ github.event.pull_request.html_url }}"