We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7089471 commit 223f553Copy full SHA for 223f553
.github/workflows/production.yml
@@ -18,6 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
+ - uses: actions/checkout@v2
22
- name: Set up Python 3.10
23
uses: actions/setup-python@v4
24
with:
0 commit comments