Skip to content

Bump axios from 0.27.2 to 1.6.0 #6

Bump axios from 0.27.2 to 1.6.0

Bump axios from 0.27.2 to 1.6.0 #6

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 }}"