Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Conversation

@DennisvdLaar
Copy link

This pull request introduces a new GitHub Actions workflow named First Workflow in the .github/workflows/first-workflow.yml file. The workflow includes two jobs: job1 and job2. job1 runs on an ubuntu-latest runner and includes two steps that print logs. job2 depends on job1 and uses a GitHub Action named CowSays to display a message.

Here are the key changes:

  • .github/workflows/first-workflow.yml: Created a new GitHub Actions workflow named First Workflow. This workflow is triggered manually or when an issue is opened. It includes two jobs:
    • job1: Runs on an ubuntu-latest runner and includes two steps that print logs.
    • job2: Depends on job1 and uses the CowSays GitHub Action to display a message.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants