Skip to content

Commit

Permalink
update workflow-tester85
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Aug 21, 2023
1 parent 7b31e85 commit 0a9afb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-tester85.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test 64 # Related to https://stackoverflow.com/questions/74125082/new-format-of-output-in-custom-github-actions-since-set-output-is-going-to-be-de
name: Test 85 # Related to https://stackoverflow.com/questions/76925353/invalid-syntax-on-github-output?noredirect=1#comment135621975_76925353

on:
#push:
push:
workflow_dispatch:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:

- name: Execute Python script # Run the run.py to get the latest data
id: test1
run: python new-output.py
run: python scripts/list-output.py

- name: Check output
run: |
Expand Down

0 comments on commit 0a9afb0

Please sign in to comment.