Skip to content

Commit

Permalink
dumb mistakes πŸ˜’
Browse files Browse the repository at this point in the history
  • Loading branch information
RizkyRajitha committed Aug 23, 2020
1 parent 6c35dfd commit f333e2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
STATUS: true
CUSTOMMESSAGE: "Testing Gihub \xF0\x9F\x94\xAC Action For Telegram Notify Action \xF0\x9F\x94\xAE "
JOBSTATUS: ${{ job.status }}
GITHUB_RUN_NUMBER: ${{ github.GITHUB_RUN_NUMBER }}
GITHUB_REPOSITORY: ${{ github.GITHUB_REPOSITORY }}
GITHUB_RUN_ID: ${{ github.GITHUB_RUN_ID }}
GITHUB_ACTOR: ${{ github.GITHUB_ACTOR }}
GITHUB_EVENT_NAME: ${{ github.GITHUB_EVENT_NAME }}
GITHUB_SHA: ${{ github.GITHUB_SHA }}
GITHUB_RUN_NUMBER: ${{ github.run_number }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
GITHUB_SHA: ${{ github.sha }}

0 comments on commit f333e2c

Please sign in to comment.