About 6,870,000 results
Open links in new tab
  1. GitHub Actions: how can I run a workflow created on a non …

    Aug 11, 2020 · You can run a workflow that is still in development in a branch branch-name from the command line, with the GitHub CLI. The documentation says: To run a workflow on a …

  2. GitHub Actions: Does the IF have an ELSE? - Stack Overflow

    GitHub Actions doesn't have else statement to run a different command/action/code. But you're right, all what you need to do is to create another step with reversed if condition.

  3. How to trigger a workflow from another workflow using GitHub …

    Apr 21, 2022 · Triggering Github Action using a POST request (Github REST API) How to trigger a workflow_dispatch from Github API? Triggering GitHub workflow using gh CLI As you can …

  4. Accessing environment variable in github actions - Stack Overflow

    Feb 18, 2024 · Define environments in Github - Dev, staging and prod. Define environment specific variable for all the 3 environments - URL (Not Prod_URL, Staging_URL but same name).

  5. GitHub actions - get absolute path to working directory

    May 18, 2021 · In Maven, I need to provide absolute path to a directory in my project. How can I get absolute path to the directory GitHub action is running in?

  6. Study guide: GitHub Actions certification | Microsoft Community …

    Jul 18, 2024 · GitHub Actions uses YAML files called workflows to define the steps and triggers for your automation. You can run workflows on GitHub-hosted runners or on your own self …

  7. adding approval process in github action workflow and send …

    Feb 15, 2023 · On Github Actions you can use Environments to set required approvers (this will send emails to the users when needed). You can list multiple teams / people that can approve …

  8. github actions: notifications on workflow failure - Stack Overflow

    Jun 10, 2020 · We have a scheduled github action that fails sometimes. How can I receive email notifications if it fails. At the moment, only the creator of the workflow receives email …

  9. Get current date and time in GitHub workflows - Stack Overflow

    Mar 31, 2020 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …

  10. github actions - Jfrog CLI Maven snapshot and release …

    Feb 9, 2023 · In our project, we are using maven as the build tool, GitHub actions as the build agent, and Jfrog as the artifactory to deploy the jar files. We have both snapshot and release …