Skip to content

Commit

Permalink
Update run_py.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PilnyTomas committed Mar 7, 2024
1 parent d0d3f1a commit b51c081
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/run_py.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
on: [push]

jobs:
hello_world_job:
build:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: actions/hello-world-docker-action@v2
- name: Checkout
uses: actions/checkout@v4

# Output build artifacts to /github/workspace on the container.
- name: Containerized Build
uses: ./.github/actions/my-container-action

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
name: workspace_artifacts
path: ${{ github.workspace }}

0 comments on commit b51c081

Please sign in to comment.