Skip to content

Commit

Permalink
url_pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveworley committed Jul 15, 2021
1 parent d5f4ea0 commit 344bcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Puirge
- name: Purge
uses: ./
id: purge
with:
customer: quant
project: github-actions
token: ${{ secrets.QUANT_TOKEN }}
url_patter: "/*"
url_pattern: "/*"

0 comments on commit 344bcf1

Please sign in to comment.