Git Product home page Git Product logo

action-pushbullet's Introduction

Hi there, Shaun here ๐Ÿ‘‹

Metrics

ShaunLWM's wakatime stats

action-pushbullet's People

Contributors

martiner avatar shaunlwm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

martiner

action-pushbullet's Issues

Not receiving anything from pushbullet

this is the relevant part of my YML file

` pushbullet:
name: pushbullet
needs: build
runs-on: ubuntu-latest
steps:
- uses: ShaunLWM/action-pushbullet@master
env:
PB_TOKEN: ${{ secrets.PUSHBULLET_API }}
PB_TITLE: "Build Complete"
PB_TEXT: "Your project has been built."
'

I put the secret key in my repo. And here is the log form Github-Actions. It reports that it is passing but I haven't received anything from pushbullet.

and whole raw log:

2020-04-26T15:55:03.2473008Z ##[section]Starting: Request a runner to run this job
2020-04-26T15:55:03.6584912Z Requesting a hosted runner in current repository's account/organization with labels: 'ubuntu-latest', require runner match: True
2020-04-26T15:55:03.7373041Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job.
2020-04-26T15:55:03.7665749Z ##[section]Finishing: Request a runner to run this job
2020-04-26T15:55:08.6699628Z Current runner version: '2.169.1'
2020-04-26T15:55:08.6721137Z ##[group]Operating System
2020-04-26T15:55:08.6721751Z Ubuntu
2020-04-26T15:55:08.6721971Z 18.04.4
2020-04-26T15:55:08.6722178Z LTS
2020-04-26T15:55:08.6722413Z ##[endgroup]
2020-04-26T15:55:08.6722625Z ##[group]Virtual Environment
2020-04-26T15:55:08.6722885Z Environment: ubuntu-18.04
2020-04-26T15:55:08.6723055Z Version: 20200406.2
2020-04-26T15:55:08.6723363Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu18/20200406.2/images/linux/Ubuntu1804-README.md
2020-04-26T15:55:08.6723635Z ##[endgroup]
2020-04-26T15:55:08.6724752Z Prepare workflow directory
2020-04-26T15:55:08.6962636Z Prepare all required actions
2020-04-26T15:55:08.6973459Z Download action repository 'ShaunLWM/action-pushbullet@master'
2020-04-26T15:55:09.7771572Z Build container for action use: '/home/runner/work/_actions/ShaunLWM/action-pushbullet/master/Dockerfile'.
2020-04-26T15:55:09.7830197Z ##[command]/usr/bin/docker build -t c27d31:6aa35dc734154b37a816c8d39fdc223b "/home/runner/work/_actions/ShaunLWM/action-pushbullet/master"
2020-04-26T15:55:10.7196629Z Sending build context to Docker daemon 56.32kB
2020-04-26T15:55:10.7196818Z
2020-04-26T15:55:10.7205824Z Step 1/11 : FROM appropriate/curl:latest
2020-04-26T15:55:10.7206626Z latest: Pulling from appropriate/curl
2020-04-26T15:55:10.7206923Z ff3a5c916c92: Pulling fs layer
2020-04-26T15:55:10.7207572Z 3151abf94102: Pulling fs layer
2020-04-26T15:55:10.7207926Z 58ae3cb4aac4: Pulling fs layer
2020-04-26T15:55:10.7208210Z 58ae3cb4aac4: Verifying Checksum
2020-04-26T15:55:10.7208541Z 58ae3cb4aac4: Download complete
2020-04-26T15:55:10.7209001Z 3151abf94102: Verifying Checksum
2020-04-26T15:55:10.7209296Z 3151abf94102: Download complete
2020-04-26T15:55:10.7209631Z ff3a5c916c92: Verifying Checksum
2020-04-26T15:55:10.7209930Z ff3a5c916c92: Download complete
2020-04-26T15:55:11.7143938Z ff3a5c916c92: Pull complete
2020-04-26T15:55:11.7152930Z 3151abf94102: Pull complete
2020-04-26T15:55:11.7153339Z 58ae3cb4aac4: Pull complete
2020-04-26T15:55:11.7153625Z Digest: sha256:c8bf5bbec6397465a247c2bb3e589bb77e4f62ff88a027175ecb2d9e4f12c9d7
2020-04-26T15:55:11.7153970Z Status: Downloaded newer image for appropriate/curl:latest
2020-04-26T15:55:11.7154449Z ---> d37e1f717dc0
2020-04-26T15:55:11.7154772Z Step 2/11 : LABEL "version"="0.0.1"
2020-04-26T15:55:11.7154997Z ---> Running in 94d33fb61545
2020-04-26T15:55:12.0088835Z Removing intermediate container 94d33fb61545
2020-04-26T15:55:12.0089111Z ---> e04681fdb0d7
2020-04-26T15:55:12.0089372Z Step 3/11 : LABEL "repository"="https://github.com/ShaunLWM/action-pushbullet"
2020-04-26T15:55:12.0285457Z ---> Running in ae1e6b4b17b6
2020-04-26T15:55:13.0079141Z Removing intermediate container ae1e6b4b17b6
2020-04-26T15:55:13.0080212Z ---> af0da9bfca8f
2020-04-26T15:55:13.0080965Z Step 4/11 : LABEL "maintainer"="ShaunLWM"
2020-04-26T15:55:13.0278991Z ---> Running in 7964fec305d7
2020-04-26T15:55:14.0074810Z Removing intermediate container 7964fec305d7
2020-04-26T15:55:14.0123042Z ---> 1dd59003eea9
2020-04-26T15:55:14.0123732Z Step 5/11 : LABEL "com.github.actions.name"="Pushbullet Notification"
2020-04-26T15:55:14.0367722Z ---> Running in 8719a0c27bf3
2020-04-26T15:55:15.0090552Z Removing intermediate container 8719a0c27bf3
2020-04-26T15:55:15.0097817Z ---> 4b46ad28ad00
2020-04-26T15:55:15.0098278Z Step 6/11 : LABEL "com.github.actions.description"="Send a push notification to Pushbullet."
2020-04-26T15:55:15.0319617Z ---> Running in 826eed4bbd67
2020-04-26T15:55:16.0079491Z Removing intermediate container 826eed4bbd67
2020-04-26T15:55:16.0083366Z ---> f3ae8a398cee
2020-04-26T15:55:16.0166817Z Step 7/11 : LABEL "com.github.actions.icon"="send"
2020-04-26T15:55:16.0307365Z ---> Running in 36bda68d76bf
2020-04-26T15:55:17.0077287Z Removing intermediate container 36bda68d76bf
2020-04-26T15:55:17.0077871Z ---> 2d5caeab92ec
2020-04-26T15:55:17.0078076Z Step 8/11 : LABEL "com.github.actions.color"="blue"
2020-04-26T15:55:17.0235451Z ---> Running in f620c1c693de
2020-04-26T15:55:18.0075106Z Removing intermediate container f620c1c693de
2020-04-26T15:55:18.0075419Z ---> a686e1f5c885
2020-04-26T15:55:18.0075623Z Step 9/11 : ADD entrypoint.sh /entrypoint.sh
2020-04-26T15:55:19.0068135Z ---> 6d56053fdac5
2020-04-26T15:55:19.0068433Z Step 10/11 : RUN chmod +x /entrypoint.sh
2020-04-26T15:55:19.0237760Z ---> Running in 893cef3936e1
2020-04-26T15:55:20.0188627Z Removing intermediate container 893cef3936e1
2020-04-26T15:55:20.0189075Z ---> 3a19deaaa42a
2020-04-26T15:55:20.0218557Z Step 11/11 : ENTRYPOINT ["/entrypoint.sh"]
2020-04-26T15:55:20.0270587Z ---> Running in d4f4eddb213a
2020-04-26T15:55:21.0086675Z Removing intermediate container d4f4eddb213a
2020-04-26T15:55:21.0086890Z ---> 14796842ba4f
2020-04-26T15:55:21.0092682Z Successfully built 14796842ba4f
2020-04-26T15:55:21.0131242Z Successfully tagged c27d31:6aa35dc734154b37a816c8d39fdc223b
2020-04-26T15:55:21.0259773Z ##[group]Run ShaunLWM/action-pushbullet@master
2020-04-26T15:55:21.0260100Z with:
2020-04-26T15:55:21.0260236Z env:
2020-04-26T15:55:21.0260923Z PB_TOKEN: ***

2020-04-26T15:55:21.0261051Z PB_TITLE: Build Complete
2020-04-26T15:55:21.0261175Z PB_TEXT: Your project has been built.
2020-04-26T15:55:21.0261298Z ##[endgroup]
2020-04-26T15:55:21.0292415Z ##[command]/usr/bin/docker run --name c27d316aa35dc734154b37a816c8d39fdc223b_714810 --label c27d31 --workdir /github/workspace --rm -e PB_TOKEN -e PB_TITLE -e PB_TEXT -e INPUT_PB_TOKEN -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/unitMeasure/unitMeasure":"/github/workspace" c27d31:6aa35dc734154b37a816c8d39fdc223b
2020-04-26T15:55:21.5310903Z Cleaning up orphan processes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.