Skip to content

Commit

Permalink
Merge pull request #26 from qaldak/feature/github-actions
Browse files Browse the repository at this point in the history
refactor: semantic-release
  • Loading branch information
qaldak authored Nov 17, 2023
2 parents bb6ead0 + 0e36e4d commit f8c4480
Showing 1 changed file with 0 additions and 61 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,67 +21,6 @@ jobs:
contents: write

steps:
- name : machine echo github
env : { CONTENT : "${{ toJson(github) }}" }
run : "echo $CONTENT"
- name : machine echo runner
env : { CONTENT : "${{ toJson(runner) }}" }
run : "echo $CONTENT"
- name : machine echo job
env : { CONTENT : "${{ toJson(job) }}" }
run : "echo $CONTENT"
- name : machine echo strategy
env : { CONTENT : "${{ toJson(strategy) }}" }
run : "echo $CONTENT"
- name : machine echo matrix
env : { CONTENT : "${{ toJson(matrix) }}" }
run : "echo $CONTENT"
- name : machine echo steps
env : { CONTENT : "${{ toJson(steps) }}" }
run : "echo $CONTENT"
- name : machine echo $GITHUB_ACTOR
run : "echo $GITHUB_ACTOR"
- name : machine echo $GITHUB_EVENT_NAME
run : "echo $GITHUB_EVENT_NAME"
- name : machine echo $GITHUB_ACTIONS
run : "echo $GITHUB_ACTIONS"
- name : machine echo $GITHUB_WORKFLOW
run : "echo $GITHUB_WORKFLOW"
- name : machine echo $GITHUB_ACTION
run : "echo $GITHUB_ACTION"
- name : machine echo $GITHUB_REPOSITORY
run : "echo $GITHUB_REPOSITORY"
- name : machine echo $GITHUB_BASE_REF
run : "echo $GITHUB_BASE_REF"
- name : machine echo $GITHUB_HEAD_REF
run : "echo $GITHUB_HEAD_REF"
- name : machine echo $GITHUB_REF
run : "echo $GITHUB_REF"
- name : machine echo $GITHUB_SHA
run : "echo $GITHUB_SHA"
- name : machine echo $GITHUB_EVENT_PATH
run : "echo $GITHUB_EVENT_PATH"
- name : machine echo $GITHUB_WORKSPACE
run : "echo $GITHUB_WORKSPACE"
- name : machine echo $HOME
run : "echo $HOME"

- name: Check if triggered by pull request
run: |
echo ${{ github.event_name }}
echo ${{ github.event.pull_request }}
echo ${{ github.event.release }}
echo ${{ github.event.commits }}
echo ${{ github.base_ref }}
echo ${{ github.head_ref }}
echo ${{ github.ref }}
echo ${{ github.ref_name }}
echo ${{ github.ref_type }}
echo ${{ github.event.action }}
echo ${{ github.relesae }}
echo ${{ github.ref.* }}
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f8c4480

Please sign in to comment.