debugging
This commit is contained in:
parent
15b522d55d
commit
a6324c1c7d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-version-number.yaml
vendored
2
.github/workflows/update-version-number.yaml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup tmate session
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
- name: 'Update Version number'
|
- name: 'Update Version number'
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{ secrets.WIKI_ACTION_TOKEN }}@github.com/nanos/FediFetcher.git
|
git clone https://${{ secrets.WIKI_ACTION_TOKEN }}@github.com/nanos/FediFetcher.git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue