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 f74babc commit eebdb6fCopy full SHA for eebdb6f
.github/workflows/website-screenshot.yml
@@ -33,15 +33,15 @@ jobs:
33
branch: master
34
event: push
35
name: screenshot
36
- repo: raidionics/raidionics.github.io
+ repo: andreped/raidionics.github.io
37
38
- name: Debug
39
run: ls -haltr
40
41
- name: Update screenshot in release
42
uses: svenstaro/upload-release-action@v2
43
with:
44
- repo_name: raidionics/raidionics.github.io
+ repo_name: andreped/raidionics.github.io
45
repo_token: ${{ secrets.CI_TOKEN }}
46
file: ${{github.workspace}}/screenshot.png
47
asset_name: screenshot.png
0 commit comments