fix(cicd): Updated 'GITHUB_REPOSITORY' variable name

This commit is contained in:
ItsIgnacioPortal 2025-03-21 19:17:30 -03:00
parent 114329bb00
commit a921f0123b
No known key found for this signature in database
GPG key ID: 065FBB22CEF40031
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Generate combined_directories.txt
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
- name: Switching from HTTPS to SSH
run: git remote set-url origin git@github.com:${{ GITHUB_REPOSITORY }}.git
run: git remote set-url origin git@github.com:${{ github.repository }}.git
- name: Check for changes
run: git status
- name: Stage changed files

View file

@ -20,7 +20,7 @@ jobs:
- name: Generate combined_words.txt
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
- name: Switching from HTTPS to SSH
run: git remote set-url origin git@github.com:${{ GITHUB_REPOSITORY }}.git
run: git remote set-url origin git@github.com:${{ github.repository }}.git
- name: Check for changes
run: git status
- name: Stage changed files