Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 27, 2023
1 parent e7ef29f commit 46db299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-archive-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 5
uses: ./.github/actions/robotstxt
with:
source: ${{ inputs.source }}
source: ${{ matrix.source }}

- id: lighthouse
name: Lighthouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-archive-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 5
uses: ./.github/actions/robotstxt
with:
source: ${{ inputs.source }}
source: ${{ matrix.source }}

- id: lighthouse
name: Lighthouse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-archive-country.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
timeout-minutes: 5
uses: ./.github/actions/robotstxt
with:
source: ${{ inputs.source }}
source: ${{ matrix.source }}

- id: lighthouse
name: Lighthouse
Expand Down

0 comments on commit 46db299

Please sign in to comment.