mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 07:28:26 +00:00
[CI] Actions fixes
This commit is contained in:
1
.github/actions/upload-to-comsol/action.yml
vendored
1
.github/actions/upload-to-comsol/action.yml
vendored
@@ -12,6 +12,7 @@ runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Upload file to ComSol
|
||||
shell: bash
|
||||
run: |
|
||||
curl ${{ inputs.url }} \
|
||||
-H "Authorization: ${{ inputs.access_token }}" \
|
||||
|
||||
2
.github/workflows/upload-ad.yml
vendored
2
.github/workflows/upload-ad.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
paths:
|
||||
- 'semester1/algorithms-and-datastructures/**'
|
||||
jobs:
|
||||
build_docs:
|
||||
upload_summary:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
|
||||
Reference in New Issue
Block a user