We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4191b30 commit aaccc80Copy full SHA for aaccc80
.github/workflows/example-workflow.yml
@@ -11,10 +11,10 @@ jobs:
11
12
steps:
13
- name: Checkout the repository
14
- uses: actions/checkout@1.0.0
+ uses: actions/checkout@v1
15
16
- name: Update translations
17
- uses: flaskcwg/sphinx-translate-sync@v1
+ uses: flaskcwg/sphinx-translate-sync@1.0.0
18
with:
19
source_repo: 'https://github.com/flaskcwg/flask-docs-es'
20
target_branch: 'main'
0 commit comments