Skip to content

Commit 70eb672

Browse files
Update accessibility action
1 parent d4af10e commit 70eb672

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/accessibility.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pa11y-accessibility-check
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
jobs:
77
accessibility_assessment_comment:
@@ -11,6 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:
14+
ref: ${{ github.event.pull_request.head.sha }}
1415
fetch-depth: 0
1516

1617
- name: Set up Python 3.11

home_page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ You can contact the CfRR team at the following email: [codingforreproduciblerese
1313

1414
Please register your interest in a particular course by completing the relevant form on the Workshop Schedule and Signup page available [here](cfrr_program_details/courses_overview.ipynb).
1515

16-
For more details on the structure and use of this website, please go to ['How to use this website'](cfrr_program_details/how_to_use_CfRR.ipynb).
16+
For more details on the use of this website, please go to ['How to use this website'](cfrr_program_details/how_to_use_CfRR.ipynb).

0 commit comments

Comments
 (0)