Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2023
1 parent 7a04ad9 commit 2d83365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_legacy-checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
ref: master

- name: Append a new version to legacy checkpoint list
working-directory: ${{ env.legacy_dir }}
working-directory: ${{ env.legacy_dir }}
run: echo ${PL_VERSION} >> back-compatible-versions.txt

- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
commit-message: "update tutorials to ..."
body: "**This is automated update with latest lighting tutorials!**"
branch: "docs/update-tutorials"
delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
token: ${{ secrets.PAT_GHOST }}
labels: |
docs
Expand Down

0 comments on commit 2d83365

Please sign in to comment.