Skip to content

Commit

Permalink
💚 Re-order options for actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraaf committed Oct 18, 2023
1 parent ef3d8aa commit c53375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: "sgraaf/${{ env.DEMO }}"
path: ${{ env.CURRENT_DEMO }}
token: ${{ secrets.X_GITHUB_PAT }}
path: ${{ env.CURRENT_DEMO }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

1 comment on commit c53375c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.