Skip to content

chore(deps): update actions/checkout action to v3.6.0 #20

chore(deps): update actions/checkout action to v3.6.0

chore(deps): update actions/checkout action to v3.6.0 #20

Workflow file for this run

name: Test this action
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} seems to be working
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} from a merge key seems to be working
- name: Test running on ${{github.repository}}
run: echo Commit ${{github.sha}} from an anchor seems to be working