Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4794d16

Browse files
committedFeb 1, 2020
more echoing
1 parent 5665d3b commit 4794d16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- run: npm install
1616
- name: Echo week folder and run tests
1717
run: |
18-
echo ${{github.base_ref}}
19-
export WEEK=$(echo ${BRANCH_NAME} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
18+
echo ${{github.repository}}
19+
echo ${{github.ref}}
20+
export WEEK=$(echo ${{github.ref}} | sed -E 's/.*w(eek)?[-_]?([0-9]).*/week\2/gi')
2021
echo Week: ${WEEK}
2122
npm run test-${WEEK}

0 commit comments

Comments
 (0)
This repository has been archived.