mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' into pin-all-github-actions-by-commit-hash
This commit is contained in:
commit
7a866158b3
@ -632,8 +632,8 @@ describe('CreatePost', () => {
|
||||
eventLocationName: 'Leipzig',
|
||||
eventVenue: 'Connewitzer Kreuz',
|
||||
eventLocation: {
|
||||
lng: 12.374733,
|
||||
lat: 51.340632,
|
||||
lng: 12.375101,
|
||||
lat: 51.34083,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -947,8 +947,8 @@ describe('UpdatePost', () => {
|
||||
eventLocationName: 'Leipzig',
|
||||
eventVenue: 'Connewitzer Kreuz',
|
||||
eventLocation: {
|
||||
lng: 12.374733,
|
||||
lat: 51.340632,
|
||||
lng: 12.375101,
|
||||
lat: 51.34083,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -38,8 +38,8 @@ const newlyCreatedNodesWithLocales = [
|
||||
nameRU: 'Вельцхайм',
|
||||
nameNL: 'Welzheim',
|
||||
namePL: 'Welzheim',
|
||||
lng: 9.634741,
|
||||
lat: 48.874924,
|
||||
lng: 9.634519,
|
||||
lat: 48.87682,
|
||||
},
|
||||
state: {
|
||||
id: expect.stringContaining('region'),
|
||||
|
||||
@ -8,10 +8,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # v4.1.7
|
||||
|
||||
- name: vuepress-deploy
|
||||
uses: jenkey2011/vuepress-deploy@master
|
||||
uses: jenkey2011/vuepress-deploy@875651a25c97353b9dcfc78c0c59b7dc09b8dbda # v1.8.1
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
#TARGET_REPO: username/repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user