Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Revert use of double quotes in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
LL782 committed Oct 8, 2024
1 parent fe7fb57 commit ebe48cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths-ignore:
- "developer-preview/**"
- 'developer-preview/**'

permissions:
id-token: write
Expand All @@ -28,8 +28,8 @@ jobs:
timeout-minutes: 10
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
python-version: '3.12'
cache: 'pip'

- name: Login to Ledger JFrog
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ✨ pull request
on:
pull_request:
paths-ignore:
- "developer-preview/**"
- 'developer-preview/**'

permissions:
id-token: write
Expand Down

0 comments on commit ebe48cf

Please sign in to comment.