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 51f42ee commit eedfcdbCopy full SHA for eedfcdb
.github/workflows/release.yml
@@ -29,11 +29,15 @@ jobs:
29
outputs:
30
tag_name: ${{ steps.extract_branch.outputs.tag }}
31
steps:
32
- - run: git config --global --add safe.directory /__w/xos/serverstatus
33
- uses: actions/checkout@v4
34
with:
35
fetch-depth: 0 # Ensure full repository is checked out
36
+ - run: git config --global --add safe.directory /__w/xos/serverstatus
37
+
38
+ - name: Set working directory
39
+ run: cd /__w/xos/serverstatus
40
41
- name: Fetch IPInfo GeoIP Database
42
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
43
env:
0 commit comments