I'm simply asking for some help?
Hello!
I've encountered a problem while trying to connect DigitalOcean account with Github.
Request to:
https://github.com/apps/digitalocean/installations/new?state=some_key
every time returns resp…
I used the Merging Multiple Personal Accounts to merge my work email into my personal account.
I also went through the list of Why are my contributions not showing up on my profile? and starred to …
Read moreI have this workflow:
name: Test
on:
push:
jobs:
make-afterburners:
runs-on: ubuntu-latest
if: contains('afterburners', 'afterburners') == 'true' # this job should run
steps:
…Hello everyone!
I am using github actions config like this one:
on: [create, workflow_dispatch]
name: Deploy CI CodePipeline stack for branch
jobs:
deploy:
name: Deploy stack
runs-on: u…Hello all!
I'm studying fe development and im trying to deploy a project. It worked ok til the last deployment with wepack, using gh-pages but today it gave me this error
Conversion error: Jekyll::…
Read moreHow do I get the Galaxy Brain badge?
@wavescats, to achieve the 'Galaxy Brain' achievement, take note of the following:
workflow_dispatch by createWorkflowDispatch API should return run_id
Actions and Packages
Hi there,
I love Github and github actions. Amazing product. Thanks!
I am working with octokit rest API, dispatching workflows.
IMO the end point should return the run id of the workflow for future…
FYI, this discussion seems to be a duplicate of #9752
The most known holiday in October may be Halloween, but in the open source world, the biggest event is Hacktoberfest!
What is Hacktoberfest? Digitalocean’s annual event for nine years running that …
Read moreI have a workflow in which I am trying to set a variable for an action best on an evulation in an expresssion.
Example:
name: Docker Images
on:
push:
branches:
- '**'
tags:
- "…