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 623e7c4 commit d3f97c0Copy full SHA for d3f97c0
.github/workflows/docs-localization-download.yml
@@ -12,7 +12,10 @@ jobs:
12
pr_ref: ${{ steps.convert_outputs.outputs.pr_ref }}
13
pr_id: ${{ steps.convert_outputs.outputs.pr_id }}
14
steps:
15
- - uses: actions/checkout@v4
+ - name: Checkout Repository
16
+ uses: actions/checkout@v4
17
+ with:
18
+ fetch-tags: true
19
- name: "Install Python"
20
uses: actions/setup-python@v5
21
with:
@@ -71,7 +74,13 @@ jobs:
71
74
needs: [download]
72
75
runs-on: ubuntu-latest
73
76
77
78
79
+ - name: Refresh Pull
80
+ run: |
81
+ git fetch --all
82
+ git reset --hard origin/master
83
+ git pull
84
- name: "Convert Outputs"
85
id: convert_outputs
86
run: |
0 commit comments