Skip to content

Commit

Permalink
add variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder authored Jan 19, 2024
1 parent 6e9ad4e commit 25e127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# to fetch all git depth right from the start)
- name: fetch upstream
run: |
git remote add upstream https://gitlab.com/exploit-database/exploitdb.git
git remote add upstream ${{ vars.UPSTREAM_URL }}
git fetch upstream
- name: delete date tags
run: git tag -d $(git tag -l "20*")
Expand Down

0 comments on commit 25e127f

Please sign in to comment.