Skip to content

Commit a921f01

Browse files
fix(cicd): Updated 'GITHUB_REPOSITORY' variable name
1 parent 114329b commit a921f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wordlist-updater_combined_directories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Generate combined_directories.txt
2626
run: cd Discovery/Web-Content/ && cat raft-small-directories* directory-list-2.3-small.txt raft-medium-directories* directory-list-2.3-medium.txt apache.txt combined_words.txt directory-list-2.3-big.txt raft-large-directories* directory-list-1.0.txt | awk '! seen[$0]++' > combined_directories.txt
2727
- name: Switching from HTTPS to SSH
28-
run: git remote set-url origin [email protected]:${{ GITHUB_REPOSITORY }}.git
28+
run: git remote set-url origin [email protected]:${{ github.repository }}.git
2929
- name: Check for changes
3030
run: git status
3131
- name: Stage changed files

.github/workflows/wordlist-updater_combined_words.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Generate combined_words.txt
2121
run: cd Discovery/Web-Content/ && cat common.txt raft-small-words* raft-medium-words* big.txt raft-large-words* | awk '! seen[$0]++' > combined_words.txt
2222
- name: Switching from HTTPS to SSH
23-
run: git remote set-url origin [email protected]:${{ GITHUB_REPOSITORY }}.git
23+
run: git remote set-url origin [email protected]:${{ github.repository }}.git
2424
- name: Check for changes
2525
run: git status
2626
- name: Stage changed files

0 commit comments

Comments
 (0)