You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Actionsname: rollbar# Controls when the action will run.on:
# Triggers the workflow on push or pull request events but only for the develop branchpush:
branches: [ master ]pull_request:
branches: [ master ]# Allows you to run this workflow manually from the Actions tabworkflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in paralleljobs:
# This workflow contains a single job called "build"rollbar:
# The type of runner that the job will run onruns-on: ubuntu-lateststeps:
- name: Notify deploy to Rollbaruses: rollbar/[email protected]id: rollbar_deploywith:
environment: 'production'version: ${{ github.sha }}local_username: ${{ github.actor }}env:
ROLLBAR_ACCESS_TOKEN: ${{ secrets.ROLLBAR_ACCESS_TOKEN }}# ROLLBAR_USERNAME:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: