Skip to content

Commit

Permalink
#100 update
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Nov 3, 2024
1 parent 9d40fb1 commit 8687676
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/2-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,14 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
env:
NAME: "DContinuous Deployment"

steps:
- name: bash-version
run: echo "::add-mask::$NAME"
- name: Output Run ID
run: echo ${{ github.run_id }}
- name: Output Run Number
run: echo ${{ github.run_number }}
- name: Output Run Attempt
run: echo ${{ github.run_attempt }}

- name: Get Run Number
id: vars
run: echo "VERSION=${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}." >> $GITHUB_ENV

- name: Print Version
run: echo "The version is $RUN_VERSION"
# - name: Checkout
# uses: actions/checkout@v3
# with:
Expand Down

0 comments on commit 8687676

Please sign in to comment.