Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local_username doesnt work #20

Open
webdesignberlin opened this issue Apr 20, 2021 · 1 comment
Open

local_username doesnt work #20

webdesignberlin opened this issue Apr 20, 2021 · 1 comment

Comments

@webdesignberlin
Copy link

If i use local_username, i became the Annotations 1 warning:
Unexpected input(s) 'local_username', valid inputs are ['entryPoint', 'args', 'environment', 'version', 'status', 'source_maps', 'minified_urls']

Also the username are not display in rollbar.

my yml file:

# This is a basic workflow to help you get started with Actions

name: rollbar

# Controls when the action will run.
on:
  # Triggers the workflow on push or pull request events but only for the develop branch
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  rollbar:
    # The type of runner that the job will run on
    runs-on: ubuntu-latest

    steps:
    - name: Notify deploy to Rollbar
      uses: rollbar/[email protected]
      id: rollbar_deploy
      with:
        environment: 'production'
        version: ${{ github.sha }}
        local_username: ${{ github.actor }}
      env:
        ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}
        # ROLLBAR_USERNAME:
@webdesignberlin
Copy link
Author

webdesignberlin commented Apr 20, 2021

looks like version 2.0.0 has not been updated?

uses: rollbar/github-deploy-action@a10927d9c26aa00b17bd6dbbd19698d2577c174b works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant