Skip to content

Commit 044d7f9

Browse files
authored
Merge branch 'CodeYourFuture:main' into individual-shell-tools
2 parents b7309bc + 0b0eefb commit 044d7f9

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Validate PR Metadata and Check SDC-Tools Tasks
22
on:
3-
pull_request:
3+
pull_request_target:
44
types:
55
- labeled
66
- opened
@@ -24,7 +24,10 @@ jobs:
2424
if: ${{ github.event.label.name == 'Needs Review' }}
2525
steps:
2626
- name: checkout base branch
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v7
28+
with:
29+
allow-unsafe-pr-checkout: true
30+
ref: ${{ github.event.pull_request.head.sha }}
2831
- name: Get changed files
2932
id: changed-files
3033
uses: tj-actions/changed-files@v47.0.5

expect/individual-shell-tools/sed/script-04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a sample file for experimenting with sed.
22

33
It contains many lines, and there are some things you may want to do with each of them.
44

5-
We'll include some score information:
5+
We will include some score information:
66
37 Alisha
77
15 Jacob
88
7 Pietro

expect/jq/script-03.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
Selma, Software Engineer
2-
Selma, Software Engineer

0 commit comments

Comments
 (0)