Skip to content

Bump axios from 1.2.2 to 1.3.4 #51

Bump axios from 1.2.2 to 1.3.4

Bump axios from 1.2.2 to 1.3.4 #51

Workflow file for this run

name: Example Action
on:
issue_comment:
types: [created, edited]
branches:
- main
jobs:
comment:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Comment
id: are-they-awake-yet
uses: shundor/are-they-asleep@v1.0.1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GOOGLE_API_KEY: "${{ secrets.GOOGLE_API_KEY }}"