mirror of
https://github.com/EpicMorg/atlassian-json.git
synced 2024-12-28 15:45:34 +03:00
Update json-master.yml
This commit is contained in:
parent
a9aa314cfd
commit
faa282d552
10
.github/workflows/json-master.yml
vendored
10
.github/workflows/json-master.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get current date
|
# - name: Get current date
|
||||||
id: date
|
# id: date
|
||||||
run: echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
# run: echo "RELEASE_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -43,11 +43,11 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: "Run if changes have been detected"
|
- name: "Run if changes have been detected"
|
||||||
if: ${{ steps.commit.outputs.changes_detected }} == "true"
|
if: steps.commit.outputs.changes_detected == true
|
||||||
run: echo "Changes!"
|
run: echo "Changes!"
|
||||||
|
|
||||||
- name: "Run if no changes have been detected"
|
- name: "Run if no changes have been detected"
|
||||||
if: ${{ steps.commit.outputs.changes_detected }} == "false"
|
if: steps.commit.outputs.changes_detected == false
|
||||||
run: echo "No Changes!"
|
run: echo "No Changes!"
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
|
Loading…
Reference in New Issue
Block a user